New: Placed the track selection menu after media details table, and reduced line clamp on description to 4

This commit is contained in:
lscambo13
2025-05-13 12:52:39 -07:00
parent 028aaa3971
commit c883b013c2

View File

@@ -1063,7 +1063,7 @@ progress+span {
.itemDetailsGroup {
outline: none;
overflow: hidden;
margin-top: 1.5em;
margin-top: 1em;
border: var(--defaultBorder);
border-radius: var(--smallRadius);
}
@@ -1178,6 +1178,8 @@ progress+span {
.detail-clamp-text {
text-align: start;
color: var(--dimTextColor);
margin-block: 0;
-webkit-line-clamp: 4;
}
.itemMiscInfo {
@@ -1749,8 +1751,9 @@ div[data-role=controlgroup] a.ui-btn-active {
}
.trackSelections {
order: 2;
order: 3;
max-width: unset !important;
margin-block: 1em;
}
.detailsGroupItem,
@@ -1796,7 +1799,7 @@ div[data-role=controlgroup] a.ui-btn-active {
}
.itemDetailsGroup {
order: 3;
order: 2;
}
.sliderBubble {