Fix: Adjusted time markers to prevent shifts in music player and uneven alignment in video player
This commit is contained in:
parent
7870e74479
commit
5991aae9a1
1 changed files with 30 additions and 1 deletions
|
|
@ -2122,8 +2122,37 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
||||||
}
|
}
|
||||||
|
|
||||||
.startTimeText,
|
.startTimeText,
|
||||||
|
.endTimeText,
|
||||||
|
.positionTime,
|
||||||
|
.runtime {
|
||||||
|
width: 4.5em;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
.startTimeText {
|
||||||
|
margin: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.endTimeText {
|
.endTimeText {
|
||||||
width: 4em;
|
justify-content: right;
|
||||||
|
padding-inline-end: .8em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.startTimeText,
|
||||||
|
.endTimeText {
|
||||||
|
padding-top: .25em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.startTimeText,
|
||||||
|
.positionTime {
|
||||||
|
text-align: start;
|
||||||
|
justify-content: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.endTimeText,
|
||||||
|
.runtime {
|
||||||
|
text-align: end;
|
||||||
|
justify-content: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.filterIndicator {
|
.filterIndicator {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue