mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
New: Increased the card scale size slightly when focused on TV layout
This commit is contained in:
@@ -201,6 +201,11 @@ html {
|
|||||||
background-color: var(--highlightOutlineColor) !important;
|
background-color: var(--highlightOutlineColor) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.card.show-animation:focus>.cardBox {
|
||||||
|
-webkit-transform: scale(1.125);
|
||||||
|
transform: scale(1.125);
|
||||||
|
}
|
||||||
|
|
||||||
[dir=ltr] .itemsContainer>.card>.cardBox {
|
[dir=ltr] .itemsContainer>.card>.cardBox {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
Reference in New Issue
Block a user