Better length bars

This commit is contained in:
bingus_violet 2024-07-09 18:16:34 -05:00
parent 516c7e0f73
commit fa206b5933
3 changed files with 19 additions and 5 deletions

View file

@ -10,4 +10,12 @@
.scriptEnabled {
display: none;
}
.lengthBar {
width: calc(100% - 65px);
}
.durationBarFormatter {
width: 55px;
}