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