summaryrefslogtreecommitdiff
path: root/packages/frontend/src/ui/_common_/statusbars.vue
diff options
context:
space:
mode:
authorかっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>2024-09-06 16:12:14 +0900
committerGitHub <noreply@github.com>2024-09-06 16:12:14 +0900
commitcdb0566c5b823f0ce4ecc493bd459cb726431be2 (patch)
tree1527f6796e5196dd93bf5b812b8465a0a09c32b7 /packages/frontend/src/ui/_common_/statusbars.vue
parentenhance(frontend): アイコンデコレーション管理画面にプレビ... (diff)
downloadmisskey-cdb0566c5b823f0ce4ecc493bd459cb726431be2.tar.gz
misskey-cdb0566c5b823f0ce4ecc493bd459cb726431be2.tar.bz2
misskey-cdb0566c5b823f0ce4ecc493bd459cb726431be2.zip
refactor(frontend): scss deprecated 警告に対応 (#14513)
Diffstat (limited to 'packages/frontend/src/ui/_common_/statusbars.vue')
-rw-r--r--packages/frontend/src/ui/_common_/statusbars.vue16
1 files changed, 8 insertions, 8 deletions
diff --git a/packages/frontend/src/ui/_common_/statusbars.vue b/packages/frontend/src/ui/_common_/statusbars.vue
index 872c69810c..690366307b 100644
--- a/packages/frontend/src/ui/_common_/statusbars.vue
+++ b/packages/frontend/src/ui/_common_/statusbars.vue
@@ -40,6 +40,14 @@ const XUserList = defineAsyncComponent(() => import('./statusbar-user-list.vue')
--nameMargin: 10px;
font-size: 0.85em;
+ display: flex;
+ vertical-align: bottom;
+ width: 100%;
+ line-height: var(--height);
+ height: var(--height);
+ overflow: clip;
+ contain: strict;
+
&.verySmall {
--nameMargin: 7px;
--height: 16px;
@@ -64,14 +72,6 @@ const XUserList = defineAsyncComponent(() => import('./statusbar-user-list.vue')
font-size: 0.9em;
}
- display: flex;
- vertical-align: bottom;
- width: 100%;
- line-height: var(--height);
- height: var(--height);
- overflow: clip;
- contain: strict;
-
&.black {
background: #000;
color: #fff;