diff --git a/static/style.css b/static/style.css index 7c2c6bf..f9f2702 100644 --- a/static/style.css +++ b/static/style.css @@ -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; } \ No newline at end of file