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:
parent
4b6bbcfe26
commit
0859d4d881
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue