From 3458f9e8f3780241e4e5ae4bd7133fce33ff9a2f Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Sat, 9 May 2026 00:50:15 +0200 Subject: [PATCH] fix(ui): adjust logo dimensions and margins in login navbar for improved visibility --- Web/templates/base.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Web/templates/base.html b/Web/templates/base.html index e154df8..554ada9 100755 --- a/Web/templates/base.html +++ b/Web/templates/base.html @@ -203,13 +203,13 @@ #loginNavbar .invario-logo { display: block; - height: 78px; + height: 64px; width: auto; - max-width: min(72vw, 420px); + max-width: min(68vw, 360px); object-fit: contain; - filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.45)); - margin-top: -14px; - margin-bottom: -14px; + filter: none; + margin-top: 0; + margin-bottom: 0; } .navbar-text.tenant-badge { @@ -359,10 +359,10 @@ } #loginNavbar .invario-logo { - height: 52px; - max-width: 72vw; - margin-top: -6px; - margin-bottom: -6px; + height: 44px; + max-width: 70vw; + margin-top: 0; + margin-bottom: 0; } }