aboutsummaryrefslogtreecommitdiff
path: root/src/components/mobile_nav/mobile_nav.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-04-04 09:42:52 +0300
committerHenry Jameson <me@hjkos.com>2022-04-04 09:42:52 +0300
commit0e83ced25b612250d8126778288b7b44f3b91dfc (patch)
treedeff4bbca2a877fa45321f81dfbbf3a4583f6e42 /src/components/mobile_nav/mobile_nav.vue
parenta6134471055935dcbb94d9b2ed69dc8c2cf57832 (diff)
refactored how main app layout works
Diffstat (limited to 'src/components/mobile_nav/mobile_nav.vue')
-rw-r--r--src/components/mobile_nav/mobile_nav.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/mobile_nav/mobile_nav.vue b/src/components/mobile_nav/mobile_nav.vue
index 0f0ea457..229f3006 100644
--- a/src/components/mobile_nav/mobile_nav.vue
+++ b/src/components/mobile_nav/mobile_nav.vue
@@ -92,8 +92,7 @@
.MobileNav {
.mobile-nav {
display: grid;
- line-height: 50px;
- height: 50px;
+ line-height: var(--navbar-height);
grid-template-rows: 50px;
grid-template-columns: 2fr auto;
width: 100%;