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