Compare commits

...

7 Commits

3 changed files with 25 additions and 9 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 273 KiB

After

Width:  |  Height:  |  Size: 193 KiB

Binary file not shown.
+25 -9
View File
@@ -176,6 +176,13 @@
z-index: 1900;
}
#loginNavbar {
padding-top: 0;
padding-bottom: 0;
min-height: 28px;
overflow: visible;
}
.navbar .container-fluid {
gap: 8px;
/* Ensure container respects safe areas on all sides */
@@ -183,6 +190,13 @@
padding-right: max(env(safe-area-inset-right, 0), 12px);
padding-bottom: env(safe-area-inset-bottom, 0);
}
#loginNavbar .container-fluid {
padding-top: 2px;
padding-bottom: 2px;
align-items: center;
min-height: 28px;
}
.navbar-brand {
font-weight: bold;
@@ -203,13 +217,14 @@
#loginNavbar .invario-logo {
display: block;
height: 78px;
height: 114px;
width: auto;
max-width: min(72vw, 420px);
max-width: min(78vw, 520px);
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;
transform: translateY(8px);
}
.navbar-text.tenant-badge {
@@ -359,10 +374,11 @@
}
#loginNavbar .invario-logo {
height: 52px;
max-width: 72vw;
margin-top: -6px;
margin-bottom: -6px;
height: 94px;
max-width: 80vw;
margin-top: 0;
margin-bottom: 0;
transform: translateY(6px);
}
}