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-12 23:17:29 -03:00
parent 4b6bbcfe26
commit 0859d4d881

View file

@ -123,20 +123,20 @@
@keyframes repaintChrome {
from {
padding: 0;
margin: 0;
}
to {
padding: 0;
margin: 0;
}
}
@-webkit-keyframes repaintChrome {
from {
padding: 0;
margin: 0;
}
to {
padding: 0;
margin: 0;
}
}