logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: fc04e24f561ae29a04783b4d8791dc533afc6eca
parent 6343b91abf7fbad1cdd8b4648d1fc825d8e9b03c
Author: Henry Jameson <me@hjkos.com>
Date:   Thu, 13 Jun 2024 11:27:54 +0300

fix overly large mobie nav

Diffstat:

Msrc/components/mobile_nav/mobile_nav.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;