From ecb25007d2e0b3544b9199cd1ee9dc3309807283 Mon Sep 17 00:00:00 2001 From: Maciej Olko Date: Thu, 20 Nov 2025 00:19:57 +0100 Subject: [PATCH 1/2] Set a margin above the bar --- src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.css b/src/style.css index f374c6dff..5a187f0ea 100644 --- a/src/style.css +++ b/src/style.css @@ -98,6 +98,7 @@ body { height: 20px; overflow: hidden; position: relative; + margin-top: .5rem; } .progress-bar { From 58230c221bd8534c85cb655d3dc9236a23c66388 Mon Sep 17 00:00:00 2001 From: Maciej Olko Date: Sun, 30 Nov 2025 04:16:22 +0100 Subject: [PATCH 2/2] Make the margin smaller --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 5a187f0ea..c19b560bf 100644 --- a/src/style.css +++ b/src/style.css @@ -98,7 +98,7 @@ body { height: 20px; overflow: hidden; position: relative; - margin-top: .5rem; + margin-top: .4rem; } .progress-bar {