Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 960e8c4ec0 | |||
| 8dec3595b1 | |||
| c97753abad | |||
| 658d1e34b4 | |||
| c4837bea8d |
Binary file not shown.
|
Before Width: | Height: | Size: 273 KiB After Width: | Height: | Size: 193 KiB |
Binary file not shown.
+21
-5
@@ -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: 94px;
|
||||
height: 114px;
|
||||
width: auto;
|
||||
max-width: min(75vw, 460px);
|
||||
max-width: min(78vw, 520px);
|
||||
object-fit: contain;
|
||||
filter: none;
|
||||
margin-top: 20px;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
transform: translateY(8px);
|
||||
}
|
||||
|
||||
.navbar-text.tenant-badge {
|
||||
@@ -359,10 +374,11 @@
|
||||
}
|
||||
|
||||
#loginNavbar .invario-logo {
|
||||
height: 74px;
|
||||
height: 94px;
|
||||
max-width: 80vw;
|
||||
margin-top: 20px;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
transform: translateY(6px);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user