fix mobile drawer menu items not being fullwidth

This commit is contained in:
Henry Jameson 2024-02-27 01:09:27 +02:00
parent d8827932bc
commit d3b5f76486
1 changed files with 1 additions and 0 deletions

View File

@ -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);