From a8692fe43982cca8d61c6f51d79cd6b572685f4e Mon Sep 17 00:00:00 2001 From: Fornax Date: Thu, 16 Nov 2023 12:44:04 +0100 Subject: [PATCH] Fix menu button alignment --- res/static/style/layout.css | 4 ++-- res/template/fragments/page_wrap.html | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/res/static/style/layout.css b/res/static/style/layout.css index 907371b..6f74137 100644 --- a/res/static/style/layout.css +++ b/res/static/style/layout.css @@ -123,7 +123,7 @@ header>h1 { z-index: 10; top: 0; left: 0; - padding: 10px 20px 15px 10px; + padding: 8px 16px 16px 8px; font-size: 2em; margin: 0; background: #3f3f3f; @@ -133,7 +133,7 @@ header>h1 { } .button_toggle_navigation:active { - padding: 15px 15px 10px 15px; + padding: 12px 14px 14px 12px; } .page_navigation { diff --git a/res/template/fragments/page_wrap.html b/res/template/fragments/page_wrap.html index a11db86..b611e11 100644 --- a/res/template/fragments/page_wrap.html +++ b/res/template/fragments/page_wrap.html @@ -1,5 +1,7 @@ {{define "menu"}} - +