Fix formatting a little

This commit is contained in:
bingus_violet 2024-09-22 13:51:30 -05:00
parent 6911ac0078
commit 2c4d35c433

View file

@ -269,7 +269,7 @@ li {
.lengthBar { .lengthBar {
background-color: rgb(50, 40, 60); background-color: rgb(50, 40, 60);
display: block; display: block;
width: calc(100% - 120px); width: calc(100% - 110px);
margin: auto; margin: auto;
height: 12px; height: 12px;
padding: 0; padding: 0;
@ -343,5 +343,4 @@ b, b > *, .activityTitle, .activityTitle > *, .bold {
.durationBarFormatter { .durationBarFormatter {
float: right; float: right;
width: 120px;
} }