mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix border radius for slow TV
This commit is contained in:
parent
6a8d064099
commit
2fc3dff75a
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ button::-moz-focus-inner {
|
|||
.card.show-focus:not(.show-animation) .cardBox.visualCardBox,
|
||||
.card.show-focus:not(.show-animation) .cardBox:not(.visualCardBox) .cardScalable {
|
||||
border: 0.5em solid transparent;
|
||||
border-radius: 0.7em; /* card border + card border-radius */
|
||||
}
|
||||
|
||||
.card.show-animation:focus > .cardBox {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue