1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-23 13:24:11 +02:00

fix(frontend): デッキUIでメニュー位置を下にしているとプロファイル削除ボタンが表示されないのを修正

This commit is contained in:
syuilo
2025-12-18 14:55:16 +09:00
parent 7ef0c96758
commit 834e8b4c24
2 changed files with 2 additions and 1 deletions

View File

@@ -379,7 +379,7 @@ window.document.documentElement.style.scrollBehavior = 'auto';
}
.bottomMenuButton {
display: block;
display: inline-block;
height: 100%;
aspect-ratio: 1;
}