diff options
| author | dakkar <dakkar@thenautilus.net> | 2025-05-01 13:12:05 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2025-05-01 13:12:05 +0100 |
| commit | 121f555fca36d527205c977c83357d0c7f0e2cd7 (patch) | |
| tree | 76a283f6541c0efc8b1444fc62d0b0d80662e0ea /packages/frontend/src/components/SkNote.vue | |
| parent | honour "logo" in titlebar (diff) | |
| download | sharkey-121f555fca36d527205c977c83357d0c7f0e2cd7.tar.gz sharkey-121f555fca36d527205c977c83357d0c7f0e2cd7.tar.bz2 sharkey-121f555fca36d527205c977c83357d0c7f0e2cd7.zip | |
fix renoter avatar in SkNote
Diffstat (limited to 'packages/frontend/src/components/SkNote.vue')
| -rw-r--r-- | packages/frontend/src/components/SkNote.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/SkNote.vue b/packages/frontend/src/components/SkNote.vue index 1c75fe66bf..98609cfac5 100644 --- a/packages/frontend/src/components/SkNote.vue +++ b/packages/frontend/src/components/SkNote.vue @@ -22,7 +22,7 @@ SPDX-License-Identifier: AGPL-3.0-only <div v-if="pinned" :class="$style.tip"><i class="ti ti-pin"></i> {{ i18n.ts.pinnedNote }}</div> <div v-if="isRenote" :class="$style.renote"> <div v-if="note.channel" :class="$style.colorBar" :style="{ background: note.channel.color }"></div> - <MkAvatar :class="[$style.avatar, prefer.s.useStickyIcons ? $style.useSticky : null]" :user="note.user" link preview/> + <MkAvatar :class="$style.renoteAvatar" :user="note.user" link preview/> <i class="ti ti-repeat" style="margin-right: 4px;"></i> <I18n :src="i18n.ts.renotedBy" tag="span" :class="$style.renoteText"> <template #user> |