forked from AkkomaGang/akkoma-fe
fix long post fader
This commit is contained in:
parent
c1bd36dc6f
commit
647e4476f9
2 changed files with 5 additions and 3 deletions
|
@ -62,7 +62,7 @@
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
.text-wrapper {
|
.rich-content-wrapper {
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
mask:
|
mask:
|
||||||
linear-gradient(to top, white, transparent) bottom/100% 70px no-repeat,
|
linear-gradient(to top, white, transparent) bottom/100% 70px no-repeat,
|
||||||
|
@ -123,5 +123,4 @@
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -38,7 +38,10 @@
|
||||||
>
|
>
|
||||||
{{ $t("general.show_more") }}
|
{{ $t("general.show_more") }}
|
||||||
</button>
|
</button>
|
||||||
<span v-if="!hideSubjectStatus && !(singleLine && status.summary_html)">
|
<span
|
||||||
|
v-if="!hideSubjectStatus && !(singleLine && status.summary_html)"
|
||||||
|
class="rich-content-wrapper"
|
||||||
|
>
|
||||||
<MentionsLine
|
<MentionsLine
|
||||||
v-if="!hideMentions && firstMentions && firstMentions.length > 0"
|
v-if="!hideMentions && firstMentions && firstMentions.length > 0"
|
||||||
:mentions="firstMentions"
|
:mentions="firstMentions"
|
||||||
|
|
Loading…
Reference in a new issue