1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix jittering in checkboxes on tv ui

This commit is contained in:
rafma0 2023-11-02 15:54:10 -03:00
parent fc6660c728
commit b788450bd4

View file

@ -120,10 +120,10 @@
@keyframes repaintChrome { @keyframes repaintChrome {
from { from {
padding: 0; margin: 0;
} }
to { to {
padding: 0; margin: 0;
} }
} }