aboutsummaryrefslogtreecommitdiff
path: root/src/components/status/status.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/status/status.vue')
-rw-r--r--src/components/status/status.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue
index 45251f17..27af4340 100644
--- a/src/components/status/status.vue
+++ b/src/components/status/status.vue
@@ -211,6 +211,7 @@
:status-id="status.parent_visible && status.in_reply_to_status_id"
class="reply-to-popover"
style="min-width: 0"
+ :class="{ '-strikethrough': !status.parent_visible }"
>
<a
class="reply-to"
@@ -221,7 +222,6 @@
<i class="button-icon reply-button icon-reply" />
<span
class="faint-link reply-to-text"
- :class="{ '-strikethrough': !status.parent_visible }"
>
{{ $t('status.reply_to') }}
</span>