diff options
| author | Marie <github@yuugi.dev> | 2025-06-14 16:16:53 +0000 |
|---|---|---|
| committer | Marie <github@yuugi.dev> | 2025-06-14 16:16:53 +0000 |
| commit | b5198b4a669643a77429730d3339eab7a6a7ef36 (patch) | |
| tree | e56e7b2810a14c1953bedc3439889076323d9942 /packages/frontend/src/components/SkNoteDetailed.vue | |
| parent | merge: Set X-Robots-Tag to disable indexing API endpoints (resolves #756) (!1... (diff) | |
| parent | copy changes to MkSubNoteContent and welcome.timeline.note (diff) | |
| download | sharkey-b5198b4a669643a77429730d3339eab7a6a7ef36.tar.gz sharkey-b5198b4a669643a77429730d3339eab7a6a7ef36.tar.bz2 sharkey-b5198b4a669643a77429730d3339eab7a6a7ef36.zip | |
merge: Fix "reply" indicator showing on a separate line in Misskey note styles (resolves #1100) (!1117)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1117
Closes #1100
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
Diffstat (limited to 'packages/frontend/src/components/SkNoteDetailed.vue')
| -rw-r--r-- | packages/frontend/src/components/SkNoteDetailed.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/frontend/src/components/SkNoteDetailed.vue b/packages/frontend/src/components/SkNoteDetailed.vue index f678c85431..6696d8a0ff 100644 --- a/packages/frontend/src/components/SkNoteDetailed.vue +++ b/packages/frontend/src/components/SkNoteDetailed.vue @@ -108,7 +108,6 @@ SPDX-License-Identifier: AGPL-3.0-only :isBlock="true" class="_selectable" /> - <a v-if="appearNote.renote != null" :class="$style.rn">RN:</a> <SkNoteTranslation :note="note" :translation="translation" :translating="translating"></SkNoteTranslation> <MkButton v-if="!allowAnim && animated" :class="$style.playMFMButton" :small="true" @click="animatedMFM()" @click.stop><i class="ph-play ph-bold ph-lg "></i> {{ i18n.ts._animatedMFM.play }}</MkButton> <MkButton v-else-if="!prefer.s.animatedMfm && allowAnim && animated" :class="$style.playMFMButton" :small="true" @click="animatedMFM()" @click.stop><i class="ph-stop ph-bold ph-lg "></i> {{ i18n.ts._animatedMFM.stop }}</MkButton> |