web/PickerItem: better css for skeleton

This commit is contained in:
wukko 2025-05-04 15:47:55 +06:00
parent d58155426f
commit d717cf1aaa
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -108,8 +108,9 @@
transition: opacity 0.15s; transition: opacity 0.15s;
} }
:global(.skeleton) { :global(.skeleton.picker-image) {
z-index: 1; z-index: 1;
position: relative;
} }
.picker-image.loading { .picker-image.loading {