summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorKit La Touche <kit@transneptune.net>2025-01-04 22:14:02 -0500
committerKit La Touche <kit@transneptune.net>2025-01-04 22:14:02 -0500
commit228dc4fa4a1bb1c2d5c3519984ea0931bc240280 (patch)
tree856bbebc9199961aeb1d28fb6f49dce12c122774 /ui
parent436e3cd7d2cab5779f3e33de140fc37038beaf6c (diff)
Stylize app bar
Diffstat (limited to 'ui')
-rw-r--r--ui/styles/app-bar.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/styles/app-bar.css b/ui/styles/app-bar.css
index d34eb87..238e248 100644
--- a/ui/styles/app-bar.css
+++ b/ui/styles/app-bar.css
@@ -18,6 +18,15 @@
.app-bar .trail {
flex-basis: 60px;
+ line-height: var(--app-bar-height);
+}
+
+.app-bar > a {
+ line-height: var(--app-bar-height);
+}
+
+.app-bar a {
+ text-decoration: none;
}
.app-bar button,