summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-04-07 19:31:15 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-04-07 19:31:15 +0900
commit65b4458474407dcd40b0c5bdb731ba2f88989e89 (patch)
treedf2ba6a5418792c360cc30f3c4795440e45339de /packages
parent🎨 (diff)
downloadmisskey-65b4458474407dcd40b0c5bdb731ba2f88989e89.tar.gz
misskey-65b4458474407dcd40b0c5bdb731ba2f88989e89.tar.bz2
misskey-65b4458474407dcd40b0c5bdb731ba2f88989e89.zip
fix(frontend): fix drawer menu style
Diffstat (limited to 'packages')
-rw-r--r--packages/frontend/src/components/MkMenu.vue2
1 files changed, 1 insertions, 1 deletions
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;
}