Fix: Adjusted time markers to prevent shifts in music player and uneven alignment in video player

This commit is contained in:
lscambo13
2025-03-15 10:23:21 -07:00
parent 7870e74479
commit 5991aae9a1

View File

@@ -2122,8 +2122,37 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
}
.startTimeText,
.endTimeText,
.positionTime,
.runtime {
width: 4.5em;
box-sizing: border-box;
}
.startTimeText {
margin: 0 !important;
}
.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 {