From d3b5f76486373f658a2802b5b9ab7628ebc862fb Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 27 Feb 2024 01:09:27 +0200 Subject: [PATCH] fix mobile drawer menu items not being fullwidth --- src/App.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.scss b/src/App.scss index f94583c973..61ab44e642 100644 --- a/src/App.scss +++ b/src/App.scss @@ -376,6 +376,7 @@ nav { position: relative; border-bottom: 1px solid; border-color: var(--border); + width: 100%; &:first-child { border-top-right-radius: var(--roundness);