diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b4c89c86e..9b09281bfa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,7 @@ You should also include the user name that made the change.
- fix(server): validate filename and emoji name to improve security
- fix(client): validate input response in aiscript
- fix(client): add webhook delete button
+- fix(client): tweak notification style
- fix(client): インラインコードを折り返して表示する
## 13.3.3 (2023/02/04)
diff --git a/packages/frontend/src/components/MkNotification.vue b/packages/frontend/src/components/MkNotification.vue
index b51d456eab..e7a951dd27 100644
--- a/packages/frontend/src/components/MkNotification.vue
+++ b/packages/frontend/src/components/MkNotification.vue
@@ -63,10 +63,23 @@
{{ i18n.ts._achievements._types['_' + notification.achievement].title }}
- {{ i18n.ts.youGotNewFollower }}
+
+ {{ i18n.ts.youGotNewFollower }}
+
+
{{ i18n.ts.followRequestAccepted }}
- {{ i18n.ts.receiveFollowRequest }} |
- {{ i18n.ts.groupInvited }}: {{ notification.invitation.group.name }} |
+
+ {{ i18n.ts.receiveFollowRequest }}
+
+ |
+
+
+
+ {{ i18n.ts.groupInvited }}: {{ notification.invitation.group.name }}
+
+ |
+
+