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

Fix checkbox border on TV

This commit is contained in:
Dmitry Lyzo 2020-03-12 12:35:13 +03:00
parent d7c32dcde9
commit a41bd6de56
2 changed files with 3 additions and 3 deletions

View file

@ -55,7 +55,7 @@
height: 1.83em;
margin: 0;
overflow: hidden;
border: 2px solid currentcolor;
border: 0.14em solid currentcolor;
border-radius: 0.14em;
z-index: 2;
display: flex;