summaryrefslogtreecommitdiff
path: root/packages/frontend/src
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-12-18 14:55:16 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-12-18 14:55:16 +0900
commit834e8b4c24c6a37901c3720da523513b68f93244 (patch)
treef6f4ba6f15b76fb763c57820542b5c3e20896198 /packages/frontend/src
parentBump version to 2025.12.2-beta.2 (diff)
downloadmisskey-834e8b4c24c6a37901c3720da523513b68f93244.tar.gz
misskey-834e8b4c24c6a37901c3720da523513b68f93244.tar.bz2
misskey-834e8b4c24c6a37901c3720da523513b68f93244.zip
fix(frontend): デッキUIでメニュー位置を下にしているとプロファイル削除ボタンが表示されないのを修正
Diffstat (limited to 'packages/frontend/src')
-rw-r--r--packages/frontend/src/ui/deck.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/ui/deck.vue b/packages/frontend/src/ui/deck.vue
index 1a2a1fd99a..99c57d1f7a 100644
--- a/packages/frontend/src/ui/deck.vue
+++ b/packages/frontend/src/ui/deck.vue
@@ -379,7 +379,7 @@ window.document.documentElement.style.scrollBehavior = 'auto';
}
.bottomMenuButton {
- display: block;
+ display: inline-block;
height: 100%;
aspect-ratio: 1;
}