aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Swage/swage.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2023-01-17 15:52:29 +0100
committerGravatar GitHub <noreply@github.com> 2023-01-17 15:52:29 +0100
commit33468def4a5fc0e3af92e5759f463d4d4872fd84 (patch)
tree2bb4ad26afc307628c46a308f526d816f8e27b61 /p/themes/Swage/swage.css
parent0ab130eb9c3df3227a70624bcd5e8133afb00ae5 (diff)
Improved: navigation menu structure (#4937)
Diffstat (limited to 'p/themes/Swage/swage.css')
-rw-r--r--p/themes/Swage/swage.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/p/themes/Swage/swage.css b/p/themes/Swage/swage.css
index 0ebdfa3fb..3bf9d8684 100644
--- a/p/themes/Swage/swage.css
+++ b/p/themes/Swage/swage.css
@@ -54,10 +54,9 @@ select:invalid {
box-shadow: none;
}
-.nav-list .item, .nav-list .nav-header {
- height: 2.5em;
+.nav-list .item .nav-header, .nav-list .item {
+ min-height: 2.5em;
line-height: 2.5;
- font-size: 0.9rem;
}
.dropdown-menu > .item a,
@@ -263,7 +262,10 @@ form th {
background-image: url("./icons/disabled-light.svg");
}
-.nav-list .nav-header {
+.nav-list {
+ font-size: 0.9rem;
+}
+.nav-list .item .nav-header {
padding: 0 1rem;
font-weight: bold;
background-color: var(--color-background-aside);