diff --git a/packages/frontend/src/pages/user/home.vue b/packages/frontend/src/pages/user/home.vue
index 2ec47889d6..c1bfde09ea 100644
--- a/packages/frontend/src/pages/user/home.vue
+++ b/packages/frontend/src/pages/user/home.vue
@@ -30,12 +30,12 @@ SPDX-License-Identifier: AGPL-3.0-only
-
- {{ i18n.ts.followsYou }}
- {{ i18n.ts.muted }}
- {{ i18n.ts.renoteMuted }}
- {{ i18n.ts.blocked }}
-
+
+ - {{ i18n.ts.followsYou }}
+ - {{ i18n.ts.muted }}
+ - {{ i18n.ts.renoteMuted }}
+ - {{ i18n.ts.blocked }}
+
@@ -469,12 +469,17 @@ onUnmounted(() => {
display: flex;
flex-direction: row;
+ padding: 0;
+ margin: 0;
+
> * {
padding: 4px 8px;
color: #fff;
background: rgba(0, 0, 0, 0.7);
font-size: 0.7em;
border-radius: var(--radius-sm);
+ list-style-type: none;
+ margin-left: 0;
}
> :not(:first-child) {