From 228dc4fa4a1bb1c2d5c3519984ea0931bc240280 Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Sat, 4 Jan 2025 22:14:02 -0500 Subject: Stylize app bar --- ui/styles/app-bar.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ui/styles') 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, -- cgit v1.2.3