Compare commits

...

4 Commits

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

Before

Width:  |  Height:  |  Size: 273 KiB

After

Width:  |  Height:  |  Size: 193 KiB

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