fix color of reply row, fix overflow in status-popover

This commit is contained in:
Henry Jameson 2021-06-12 17:11:49 +03:00
parent 647e4476f9
commit 24f3681ac1
2 changed files with 6 additions and 2 deletions

View file

@ -247,7 +247,7 @@
flip="horizontal"
/>
<span
class="faint-link reply-to-text"
class="reply-to-text"
>
{{ $t('status.reply_to') }}
</span>
@ -281,7 +281,7 @@
@click.prevent="gotoOriginal(status.in_reply_to_status_id)"
>
<span
class="faint-link mentions-text"
class="mentions-text"
>
{{ $t('status.mentions') }}
</span>