From 16244eed5c73e011faadf450877ff99ba6d6681d Mon Sep 17 00:00:00 2001 From: Mandel Olaiya Date: Mon, 1 Jun 2026 00:21:33 +0200 Subject: [PATCH] Increase mobile header logo size while keeping single-row actions --- mandelstudio/static/mandelstudio/css/layout_overrides.css | 8 ++++---- .../static/mandelstudio/scss/layout_overrides.scss | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mandelstudio/static/mandelstudio/css/layout_overrides.css b/mandelstudio/static/mandelstudio/css/layout_overrides.css index 270aecc..4d18575 100644 --- a/mandelstudio/static/mandelstudio/css/layout_overrides.css +++ b/mandelstudio/static/mandelstudio/css/layout_overrides.css @@ -39,8 +39,8 @@ header .header-right{display:flex;align-items:center;gap:0.5rem}header .header-r display:block; width:auto !important; height:auto !important; - max-width:min(34vw, 128px) !important; - max-height:56px !important; + max-width:min(45vw, 170px) !important; + max-height:96px !important; margin:0 !important; transform:none !important } @@ -88,8 +88,8 @@ header .header-right{display:flex;align-items:center;gap:0.5rem}header .header-r padding-right:max(8px, env(safe-area-inset-right, 0px)) } header .header-inner>.container>.navbar-brand img{ - max-width:108px !important; - max-height:48px !important + max-width:140px !important; + max-height:80px !important } header .header-right .language-dropdown, header .header-right .basket-dropdown, diff --git a/mandelstudio/static/mandelstudio/scss/layout_overrides.scss b/mandelstudio/static/mandelstudio/scss/layout_overrides.scss index 71d9089..d8eeb87 100644 --- a/mandelstudio/static/mandelstudio/scss/layout_overrides.scss +++ b/mandelstudio/static/mandelstudio/scss/layout_overrides.scss @@ -270,8 +270,8 @@ body.cookie-consent-open { display: block; width: auto !important; height: auto !important; - max-width: min(34vw, 128px) !important; - max-height: 56px !important; + max-width: min(45vw, 170px) !important; + max-height: 96px !important; margin: 0 !important; transform: none !important; } @@ -430,8 +430,8 @@ body.cookie-consent-open { } header .header-inner > .container > .navbar-brand img { - max-width: 108px !important; - max-height: 48px !important; + max-width: 140px !important; + max-height: 80px !important; } header .header-right .language-dropdown,