From 4ad5b3e5a7cdb7885c4e87b26abfc8b01d95aafc Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Sat, 9 May 2026 00:44:13 +0200 Subject: [PATCH] fix(ui): adjust logo dimensions and margins in login navbar for better visibility --- Web/templates/base.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Web/templates/base.html b/Web/templates/base.html index cfdd046..e154df8 100755 --- a/Web/templates/base.html +++ b/Web/templates/base.html @@ -203,11 +203,13 @@ #loginNavbar .invario-logo { display: block; - height: 48px; + height: 78px; width: auto; - max-width: min(58vw, 280px); + max-width: min(72vw, 420px); object-fit: contain; filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.45)); + margin-top: -14px; + margin-bottom: -14px; } .navbar-text.tenant-badge { @@ -357,8 +359,10 @@ } #loginNavbar .invario-logo { - height: 34px; - max-width: 62vw; + height: 52px; + max-width: 72vw; + margin-top: -6px; + margin-bottom: -6px; } }