fix(client): fix drawer menu style regression

This commit is contained in:
syuilo 2022-07-21 22:22:13 +09:00
parent 2d28c2bedd
commit 33c1d2f57d

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;