logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 566964992a394f1d0462557f70e284f2493d82bf
parent 5c655b6675718e1617a2bf94c4ec75167f0a0e23
Author: Henry Jameson <me@hjkos.com>
Date:   Tue,  8 Jun 2021 19:37:18 +0300

fix long posts having weird gradient

Diffstat:

Msrc/components/status_body/status_body.scss2+-
Msrc/components/status_body/status_body.vue1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/components/status_body/status_body.scss b/src/components/status_body/status_body.scss @@ -62,7 +62,7 @@ overflow-y: hidden; z-index: 1; - .text { + .text-wrapper { min-height: 0; mask: linear-gradient(to top, white, transparent) bottom/100% 70px no-repeat, diff --git a/src/components/status_body/status_body.vue b/src/components/status_body/status_body.vue @@ -40,6 +40,7 @@ {{ $t("general.show_more") }} </button> <span + class="text-wrapper" v-if="!hideSubjectStatus && !(singleLine && status.summary_html)" > <MentionsLine