summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,