hopefully last css tinker

This commit is contained in:
2026-01-10 18:59:16 +01:00
parent 3755612c99
commit 86af59a4fc
+16 -1
View File
@@ -360,7 +360,7 @@ data:
.header { .header {
min-height: 150px !important; min-height: 150px !important;
align-items: center !important; align-items: flex-end !important;
padding: 16px 18px !important; padding: 16px 18px !important;
} }
@@ -567,6 +567,21 @@ data:
padding: 10px 14px !important; padding: 10px 14px !important;
} }
/* Tabs: bottom-align text inside full-height .nav-item */
.header.flex > .nav.flex > .nav-item {
display: flex !important;
align-items: flex-end !important;
/* keep them full-height, but move the text down */
height: 100% !important;
padding: 0 14px 18px 14px !important; /* bottom padding controls “how low” */
/* kill Glance's vertical centering */
line-height: 1 !important;
font-size: 20px !important;
}
--- ---
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment