diff --git a/packages/client/src/components/MkMenu.vue b/packages/client/src/components/MkMenu.vue index 8607ee8b3..425cc5cc1 100644 --- a/packages/client/src/components/MkMenu.vue +++ b/packages/client/src/components/MkMenu.vue @@ -531,10 +531,15 @@ onBeforeUnmount(() => { border-radius: 12px; } - > i { + > i, + .avatar { margin-right: 14px; width: 24px; } + + > .avatar { + height: 24px; + } } > .divider {