From 0da6a1160643edfeceee971d0dc02fc80ecc4df5 Mon Sep 17 00:00:00 2001 From: j Date: Thu, 27 Jul 2023 09:12:53 +0200 Subject: [PATCH] overlay changes --- app/static/css/site.scss | 20 +++++++++++++++----- app/templates/base.html | 20 ++++++++++++++++++-- 2 files changed, 33 insertions(+), 7 deletions(-) diff --git a/app/static/css/site.scss b/app/static/css/site.scss index aaea60a..87a0227 100644 --- a/app/static/css/site.scss +++ b/app/static/css/site.scss @@ -9,6 +9,21 @@ header { color: yellow; text-decoration: none; } + display: flex; + div { + margin-top: auto; + margin-bottom: auto; + line-height: 1; + } + .burger { + cursor: pointer; + padding-left: 4px; + padding-right: 4px; + svg { + width: 16px; + height: 16px; + } + } } .index { @@ -51,11 +66,6 @@ header { } } -.burger { - cursor: pointer; - padding-left: 4px; -} - nav.overlay { position: absolute; width: 100%; diff --git a/app/templates/base.html b/app/templates/base.html index 8afd3ef..4e5e2c3 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -15,11 +15,27 @@ {% block header %}
- [=] {{ settings.SITENAME }} +
+ + + + + +
+
+ {{ settings.SITENAME }} +