less awkard "replying to last status" text

This commit is contained in:
Henry Jameson 2026-07-23 16:26:44 +03:00
commit 663dc3c043
2 changed files with 9 additions and 28 deletions

View file

@ -219,7 +219,7 @@
class="chat-view-reply-form panel-footer -flexible-height"
>
<div class="auto-reply-to-section">
<span class="reply-to-text">
<center class="reply-to-text">
{{ explicitReplyStatus ? $t('status.reply_to_selected') : $t('status.reply_to_last') }}
<button
v-if="explicitReplyStatus"
@ -229,7 +229,7 @@
<FAIcon icon="times" />
{{ $t('general.cancel') }}
</button>
</span>
</center>
</div>
<PostStatusForm
class="reply-form"