web/PickerItem: make the image fade in longer

This commit is contained in:
wukko
2025-05-04 16:14:37 +06:00
parent 3bbd0f9442
commit 9a9b9a6dfc

View File

@@ -105,7 +105,7 @@
z-index: 2;
opacity: 1;
transition: opacity 0.15s;
transition: opacity 0.2s;
}
:global(.skeleton.picker-image) {