commit: d3b5f76486373f658a2802b5b9ab7628ebc862fb parent d8827932bc8f329c66bdf23fa0eb7af4ed41179a Author: Henry Jameson <me@hjkos.com> Date: Tue, 27 Feb 2024 01:09:27 +0200 fix mobile drawer menu items not being fullwidthDiffstat:
M | src/App.scss | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)diff --git 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);