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 2, 2023
1 parent fc6660c commit b788450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/elements/emby-checkbox/emby-checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@

@keyframes repaintChrome {
from {
padding: 0;
margin: 0;
}

to {
padding: 0;
margin: 0;
}
}

0 comments on commit b788450

Please sign in to comment.