aboutsummaryrefslogtreecommitdiff
path: root/src/components/mobile_nav/mobile_nav.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-06-13 11:27:54 +0300
committerHenry Jameson <me@hjkos.com>2024-06-13 11:27:54 +0300
commitfc04e24f561ae29a04783b4d8791dc533afc6eca (patch)
tree379ce57157823b1ed7b5a25165193a53f5cb4b2c /src/components/mobile_nav/mobile_nav.vue
parent6343b91abf7fbad1cdd8b4648d1fc825d8e9b03c (diff)
fix overly large mobie nav
Diffstat (limited to 'src/components/mobile_nav/mobile_nav.vue')
-rw-r--r--src/components/mobile_nav/mobile_nav.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/mobile_nav/mobile_nav.vue b/src/components/mobile_nav/mobile_nav.vue
index 624ff1d0..76a90d3e 100644
--- a/src/components/mobile_nav/mobile_nav.vue
+++ b/src/components/mobile_nav/mobile_nav.vue
@@ -129,7 +129,7 @@
.mobile-nav {
display: grid;
line-height: var(--navbar-height);
- grid-template-rows: 1fr;
+ grid-template-rows: var(--navbar-height);
grid-template-columns: 2fr auto;
width: 100%;
box-sizing: border-box;