From 6911ac00788d2b957e7521bcc21ca8d3f978aeaa Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Sun, 22 Sep 2024 13:49:33 -0500 Subject: [PATCH] More space for number --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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