1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-25 15:35:14 +02:00

Update MkWorldAvatarEditDialog.vue

This commit is contained in:
syuilo
2026-05-29 09:40:33 +09:00
parent 3fca2cb664
commit 810d437a2c

View File

@@ -382,9 +382,10 @@ async function cancel() {
position: absolute;
top: 0;
right: 0;
height: stretch;
height: 100%;
width: 300px;
overflow: auto;
scrollbar-gutter: stable;
box-sizing: border-box;
padding: 32px 16px 16px 16px;
background: var(--MI_THEME-panel);