From 09272e8407d83a1eb87c5d09168f63a6a2ea94c7 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 29 Jan 2023 19:11:58 +0800 Subject: [PATCH] Make header go up a little --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index 7ab348d0..b88e41a7 100644 --- a/src/app.css +++ b/src/app.css @@ -1197,7 +1197,7 @@ meter.donut:is(.danger, .explode):after { background-color: transparent; } .timeline-deck > header { - --margin-top: 16px; + --margin-top: 8px; min-height: 4em; top: var(--margin-top); border-bottom: 0;