fix(frontend): fix drawer menu style

This commit is contained in:
syuilo 2025-04-07 19:31:15 +09:00
parent 154b89f07a
commit 65b4458474
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ onBeforeUnmount(() => {
}
}
&:not(.widthSpecified) {
&:not(.asDrawer):not(.widthSpecified) {
> .menu {
max-width: 400px;
}