Skip to content

Commit

Permalink
fix jittering in checkboxes on tv ui
Browse files Browse the repository at this point in the history
  • Loading branch information
rafma0 committed Nov 13, 2023
1 parent 4b6bbcf commit 0859d4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/elements/emby-checkbox/emby-checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

0 comments on commit 0859d4d

Please sign in to comment.