hopefully last css tinker
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user