Fix: Added left padding to collapsible items

Fix: Added scale up effect to alpha picker on TVs (forgot to add it in the previous commits)
This commit is contained in:
lscambo13
2025-07-29 15:10:09 +05:30
parent fb1ae25bf3
commit c720d2e893

View File

@@ -1761,6 +1761,10 @@ progress+span {
min-width: 11em;
}
[dir=ltr] .emby-collapsible-button {
padding-left: 1em;
}
.dialog:not(.dialog-fullscreen) {
border-radius: var(--largeRadius) !important;
border: var(--defaultBorder);
@@ -2584,6 +2588,10 @@ div[data-role=controlgroup] a.ui-btn-active {
justify-content: center;
}
.alphaPickerButton-tv{
transition: transform .2s;
}
.alphaPickerButton-tv:focus {
background-color: var(--highlightOutlineColor);
transform: scale(1.75);