Skip to content
Snippets Groups Projects
Commit 62226b98 authored by syuilo's avatar syuilo
Browse files

fix(client): fix drawer menu style regression

parent d72ac908
No related branches found
No related tags found
No related merge requests found
......@@ -337,6 +337,9 @@ onBeforeUnmount(() => {
&.asDrawer {
padding: 12px 0 calc(env(safe-area-inset-bottom, 0px) + 12px) 0;
width: 100%;
border-radius: 24px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
> .item {
font-size: 1em;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment