diff options
Diffstat (limited to 'ui/styles/app-bar.css')
| -rw-r--r-- | ui/styles/app-bar.css | 9 |
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, |
