More space for number

This commit is contained in:
bingus_violet 2024-09-22 13:49:33 -05:00
parent 6ec2481f6c
commit 6911ac0078

View file

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