fix: centered and resized scroll buttons

This commit is contained in:
Travis Lane
2024-12-18 20:23:33 -05:00
committed by GitHub
parent 95d5e463ad
commit fca483fe5a

View File

@@ -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;
} }