mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
New: Placed the track selection menu after media details table, and reduced line clamp on description to 4
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user