New: Increased the card scale size slightly when focused on TV layout
This commit is contained in:
parent
093384713f
commit
bab21080c5
1 changed files with 5 additions and 0 deletions
|
|
@ -201,6 +201,11 @@ html {
|
|||
background-color: var(--highlightOutlineColor) !important;
|
||||
}
|
||||
|
||||
.card.show-animation:focus>.cardBox {
|
||||
-webkit-transform: scale(1.125);
|
||||
transform: scale(1.125);
|
||||
}
|
||||
|
||||
[dir=ltr] .itemsContainer>.card>.cardBox {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
|
|
|||
Loading…
Reference in a new issue