diff --git a/packages/frontend/src/components/MkMenu.vue b/packages/frontend/src/components/MkMenu.vue index f2f36308ca..44f5a09404 100644 --- a/packages/frontend/src/components/MkMenu.vue +++ b/packages/frontend/src/components/MkMenu.vue @@ -473,7 +473,7 @@ onBeforeUnmount(() => { } } - &:not(.widthSpecified) { + &:not(.asDrawer):not(.widthSpecified) { > .menu { max-width: 400px; }