diff options
| author | Henry Jameson <me@hjkos.com> | 2024-06-13 11:27:54 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-06-13 11:27:54 +0300 |
| commit | fc04e24f561ae29a04783b4d8791dc533afc6eca (patch) | |
| tree | 379ce57157823b1ed7b5a25165193a53f5cb4b2c /src | |
| parent | 6343b91abf7fbad1cdd8b4648d1fc825d8e9b03c (diff) | |
fix overly large mobie nav
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/mobile_nav/mobile_nav.vue | 2 |
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; |
