fix long posts having weird gradient

This commit is contained in:
Henry Jameson 2021-06-08 19:37:18 +03:00
parent 5c655b6675
commit 566964992a
2 changed files with 2 additions and 1 deletions

View file

@ -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,

View file

@ -40,6 +40,7 @@
{{ $t("general.show_more") }}
</button>
<span
class="text-wrapper"
v-if="!hideSubjectStatus && !(singleLine && status.summary_html)"
>
<MentionsLine