fix mobile drawer menu items not being fullwidth

merge-requests/1931/head
Henry Jameson 7 months ago
parent d8827932bc
commit d3b5f76486

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

Loading…
Cancel
Save