web/PickerItem: make the image fade in longer
Some checks are pending
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Waiting to run
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run

This commit is contained in:
wukko 2025-05-04 16:14:37 +06:00
parent 3bbd0f9442
commit 9a9b9a6dfc
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

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