From 1ffe2d5d57fc96f66797a7285be7b1c58081fd8a Mon Sep 17 00:00:00 2001 From: patrickzerhusen Date: Fri, 12 Jun 2026 12:42:19 +0200 Subject: [PATCH] removed button offset in menu --- public/styles.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/public/styles.css b/public/styles.css index 6a88351..b44e3d1 100644 --- a/public/styles.css +++ b/public/styles.css @@ -1347,7 +1347,7 @@ select.form-input { cursor: pointer; } font-size: 16px !important; } - + /* --------------------------------------------------------- 6.2 Popup Content Height Limit on Mobile --------------------------------------------------------- */ @@ -1357,6 +1357,19 @@ select.form-input { cursor: pointer; } overflow-y: auto; } + +/* --------------------------------------------------------- + 6.5 Removes Admin Button Offset in Hambueger Menu + --------------------------------------------------------- */ + .nav-btn-admin { + margin-left: 0; + } + + .header-nav.open .nav-btn { + width: 100%; + justify-content: flex-start; + } + }