mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-22 02:15:56 +02:00
fix(frontend): ユーザー概要ページのファイルの項目のデザイン改良 (#16063)
This commit is contained in:
@@ -100,6 +100,7 @@ const showingFiles = ref<Set<string>>(new Set());
|
||||
font-size: 0.8em;
|
||||
text-align: center;
|
||||
padding: 8px;
|
||||
border-radius: calc(var(--MI-radius) / 2);
|
||||
box-sizing: border-box;
|
||||
color: #fff;
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
|
||||
Reference in New Issue
Block a user