fix color of reply row, fix overflow in status-popover
This commit is contained in:
parent
647e4476f9
commit
24f3681ac1
2 changed files with 6 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue