mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Adjusted time markers to prevent shifts in music player and uneven alignment in video player
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user