UX prettified in the menu again

This commit is contained in:
l4kr
2023-09-06 15:52:40 +02:00
parent cc02e201f6
commit 2bd563466b
8 changed files with 49 additions and 19 deletions

View File

@@ -101,7 +101,7 @@
}
.itemName-primary {
margin: 0;
overflow: hidden;
overflow: initial;
font-size: 2.5em;
}
.itemName-secondary {
@@ -265,8 +265,8 @@
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
font-weight: 400;
-webkit-line-clamp: 8;
font-weight: 520;
}
.btnOverviewText.emby-button-focusscale:focus {
-webkit-transform: scale(1.04);
@@ -414,7 +414,6 @@
.detailTextContainer {
margin: 0 0;
padding: 5em 1em;
padding-bottom: 20em;
}
.detailTextContainer-extrapadding {
padding: 0 1.6em;