forked from AkkomaGang/akkoma-fe
fix long posts having weird gradient
This commit is contained in:
parent
5c655b6675
commit
566964992a
2 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
{{ $t("general.show_more") }}
|
||||
</button>
|
||||
<span
|
||||
class="text-wrapper"
|
||||
v-if="!hideSubjectStatus && !(singleLine && status.summary_html)"
|
||||
>
|
||||
<MentionsLine
|
||||
|
|
Loading…
Reference in a new issue