fix: centered and resized scroll buttons
This commit is contained in:
parent
95d5e463ad
commit
fca483fe5a
1 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue