more css update

This commit is contained in:
2026-01-10 18:48:24 +01:00
parent ad8ffdaf3d
commit 3755612c99
+19
View File
@@ -548,6 +548,25 @@ data:
color: rgba(255,255,255,0.95) !important;
}
/* --- Force header nav to sit at the bottom (override utility classes) --- */
.header.flex {
align-items: flex-end !important;
}
/* Make the nav fill the header height and align its items to the bottom */
.header.flex > .nav.flex {
height: 100% !important;
align-items: flex-end !important;
padding-bottom: 14px !important; /* increase/decrease to taste */
}
/* Bigger tab text */
.header.flex > .nav.flex > .nav-item {
font-size: 20px !important;
line-height: 1.1 !important;
padding: 10px 14px !important;
}
---
apiVersion: apps/v1
kind: Deployment