logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 24f3681ac157594c94e3b933aa85bc4707758746
parent 647e4476f90be087dda099c588f2f8acc089c1ee
Author: Henry Jameson <me@hjkos.com>
Date:   Sat, 12 Jun 2021 17:11:49 +0300

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

Diffstat:

Msrc/components/status/status.scss4++++
Msrc/components/status/status.vue4++--
2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/components/status/status.scss b/src/components/status/status.scss @@ -4,6 +4,7 @@ $status-margin: 0.75em; .Status { min-width: 0; + white-space: normal; &:hover { --_still-image-img-visibility: visible; @@ -166,6 +167,7 @@ $status-margin: 0.75em; line-height: 160%; max-width: 100%; align-items: stretch; + z-index: 2; } & .reply-to-popover, @@ -211,7 +213,9 @@ $status-margin: 0.75em; padding-right: 0.25em; } + & .mentions-text, & .reply-to-text { + color: var(--faint); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; diff --git a/src/components/status/status.vue b/src/components/status/status.vue @@ -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>