From 3755612c99b4c74af1be8172b6dd7a3b5ba20c14 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Sat, 10 Jan 2026 18:48:24 +0100 Subject: [PATCH] more css update --- glance-system/glance.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/glance-system/glance.yaml b/glance-system/glance.yaml index 6205cb8..5ddfedf 100644 --- a/glance-system/glance.yaml +++ b/glance-system/glance.yaml @@ -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