Compare commits

...

4 Commits

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

Before

Width:  |  Height:  |  Size: 273 KiB

After

Width:  |  Height:  |  Size: 193 KiB

Binary file not shown.
+20 -4
View File
@@ -176,6 +176,13 @@
z-index: 1900;
}
#loginNavbar {
padding-top: 0;
padding-bottom: 0;
min-height: 56px;
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: 4px;
padding-bottom: 4px;
align-items: center;
min-height: 56px;
}
.navbar-brand {
font-weight: bold;
@@ -203,13 +217,14 @@
#loginNavbar .invario-logo {
display: block;
height: 64px;
height: 94px;
width: auto;
max-width: min(68vw, 360px);
max-width: min(75vw, 460px);
object-fit: contain;
filter: none;
margin-top: 0;
margin-bottom: 0;
transform: translateY(28px);
}
.navbar-text.tenant-badge {
@@ -359,10 +374,11 @@
}
#loginNavbar .invario-logo {
height: 44px;
max-width: 70vw;
height: 74px;
max-width: 80vw;
margin-top: 0;
margin-bottom: 0;
transform: translateY(20px);
}
}