diff --git a/CHANGELOG.md b/CHANGELOG.md index e452eb3845c938b6d30c3c5001419493b3dc0273..709f97b7bff5ff44a5665402dde7de1f87d84b0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ ### Server - Enhance: センシティブワードã®è¨å®šãŒãƒãƒƒã‚·ãƒ¥ã‚¿ã‚°ãƒˆãƒ¬ãƒ³ãƒ‰ã«ã‚‚é©ç”¨ã•ã‚Œã‚‹ã‚ˆã†ã«ãªã‚Šã¾ã—㟠- Fix: 1702718871541-ffVisibility.jsã®downãŒå£Šã‚Œã¦ã„ã‚‹ +- Fix: ãƒãƒ¼ãƒ«ã‚¢ã‚µã‚¤ãƒ³æ™‚ã®é€šçŸ¥ã§ï¼Œãƒãƒ¼ãƒ«ã‚¢ã‚¤ã‚³ãƒ³ãŒç¸®å°ã•ã‚Œãšã«è¡¨ç¤ºã•ã‚Œã‚‹å•é¡Œã‚’ä¿®æ£ ## 2023.12.0 diff --git a/packages/frontend/src/components/MkNotification.vue b/packages/frontend/src/components/MkNotification.vue index 2901139220ab4739c2987d078331fab384bf62ff..ed79ca0d8609a0820e97db5aa1f42d49b76f0058 100644 --- a/packages/frontend/src/components/MkNotification.vue +++ b/packages/frontend/src/components/MkNotification.vue @@ -37,7 +37,7 @@ SPDX-License-Identifier: AGPL-3.0-only <i v-else-if="notification.type === 'quote'" class="ph-quotes ph-bold ph-lg"></i> <i v-else-if="notification.type === 'pollEnded'" class="ph-chart-bar-horizontal ph-bold ph-lg"></i> <i v-else-if="notification.type === 'achievementEarned'" class="ph-trophy ph-bold ph-lg"></i> - <img v-else-if="notification.type === 'roleAssigned'" :src="notification.role.iconUrl" alt=""/> + <img v-else-if="notification.type === 'roleAssigned'" style="height: 1.3em; vertical-align: -22%;" :src="notification.role.iconUrl" alt=""/> <!-- notification.reaction ㌠null ã«ãªã‚‹ã“ã¨ã¯ã¾ãšãªã„ãŒã€ã“ã“ã§optional chaining使ã†ã¨ä¸€éƒ¨ãƒ–ラウザã§åˆºã•ã‚‹ã®ã§å¿µã®ç‚º --> <MkReactionIcon v-else-if="notification.type === 'reaction'"