diff --git a/glance-system/glance.yaml b/glance-system/glance.yaml index 5ddfedf..451c167 100644 --- a/glance-system/glance.yaml +++ b/glance-system/glance.yaml @@ -360,7 +360,7 @@ data: .header { min-height: 150px !important; - align-items: center !important; + align-items: flex-end !important; padding: 16px 18px !important; } @@ -567,6 +567,21 @@ data: 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 kind: Deployment