mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
fix: centered and resized scroll buttons
This commit is contained in:
@@ -191,6 +191,11 @@ h1 {
|
|||||||
font-size: 1.25em;
|
font-size: 1.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.emby-scrollbuttons-button.paper-icon-button-light > .material-icons {
|
||||||
|
font-size: 1.5em;
|
||||||
|
place-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
.detailRibbon {
|
.detailRibbon {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
@@ -957,4 +962,4 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
border: var(--lighterBorderColor) solid var(--borderWidth);
|
border: var(--lighterBorderColor) solid var(--borderWidth);
|
||||||
border-radius: var(--smallRadius);
|
border-radius: var(--smallRadius);
|
||||||
margin-inline-start: 1em;
|
margin-inline-start: 1em;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user