UX prettified in the menu

This commit is contained in:
l4kr 2023-09-06 15:08:52 +02:00
parent 5a27ada153
commit cc02e201f6
9 changed files with 2190 additions and 15 deletions

View File

@ -223,6 +223,15 @@
-webkit-margin-end: 0.5em;
margin-inline-end: 0.5em;
}
.item-tag-button:hover {
color: black;
background-color: #a5a5a5b8;
}
.item-tag-button:active {
color: white;
background-color: black;
box-shadow: none;
}
.itemBackdropContainer {
height: 40vh;
position: relative;

View File

@ -284,6 +284,7 @@
}
.tabs-viewmenubar-slider {
padding: 0.25em;
background-color: black;
}
.main-tab-button {
padding: 0.25em 1.76ch !important;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -141,9 +141,6 @@ html {
.emby-collapsible-button-collapsed::after {
background: var(--line-background);
}
.skinHeader-withBackground.headroom-scrolling {
background: var(--header-background);
}
.appfooter {
background: var(--footer-background);
}

View File

@ -149,9 +149,6 @@ html {
.emby-collapsible-button-collapsed::after {
background: var(--line-background);
}
.skinHeader-withBackground.headroom-scrolling {
background: var(--header-background);
}
.appfooter {
background: var(--footer-background);
}

View File

@ -173,9 +173,6 @@ html {
.emby-collapsible-button-collapsed::after {
background: var(--line-background);
}
.skinHeader-withBackground.headroom-scrolling {
background: var(--header-background);
}
.appfooter {
background: var(--footer-background);
}

View File

@ -277,9 +277,6 @@ html {
.emby-collapsible-button-collapsed::after {
background: var(--line-background);
}
.skinHeader-withBackground.headroom-scrolling {
background: var(--header-background);
}
.appfooter {
background: var(--footer-background);
}

File diff suppressed because one or more lines are too long