fix(client): fix drawer menu style regression

This commit is contained in:
syuilo 2022-07-21 22:22:13 +09:00
parent d72ac908f4
commit 62226b985a
1 changed files with 3 additions and 0 deletions

View File

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