This commit is contained in:
syuilo
2023-11-02 15:04:47 +09:00
parent ce5ff70cb3
commit 314fb4bfd9
5 changed files with 9 additions and 38 deletions

View File

@@ -115,6 +115,11 @@ SPDX-License-Identifier: AGPL-3.0-only
</div>
</div>
</div>
<div v-else-if="notification.type === 'renote:grouped'">
<div v-for="user of notification.users" :class="$style.reactionsItem">
<MkAvatar :class="$style.reactionsItemAvatar" :user="user" link preview/>
</div>
</div>
</div>
</div>
</div>
@@ -321,8 +326,9 @@ useTooltip(reactionRef, (showing) => {
.reactionsItem {
display: inline-block;
position: relative;
width: 42px;
height: 42px;
width: 38px;
height: 38px;
margin-top: 8px;
margin-right: 8px;
}