New: Placed the track selection menu after media details table, and reduced line clamp on description to 4
This commit is contained in:
parent
028aaa3971
commit
c883b013c2
1 changed files with 6 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue