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:
@@ -379,7 +379,7 @@ window.document.documentElement.style.scrollBehavior = 'auto';
|
||||
}
|
||||
|
||||
.bottomMenuButton {
|
||||
display: block;
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
aspect-ratio: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user