Merge pull request 'Fix tall status gradient' (#75) from eris/pleroma-fe:tall-status-fix into develop

Reviewed-on: AkkomaGang/pleroma-fe#75
This commit is contained in:
floatingghost 2022-07-29 09:14:28 +00:00
commit 1f047b3ce3
2 changed files with 2 additions and 1 deletions

View file

@ -93,7 +93,7 @@
overflow-y: hidden; overflow-y: hidden;
z-index: 1; z-index: 1;
.media-body { .media-body-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,

View file

@ -43,6 +43,7 @@
</button> </button>
<div <div
v-if="!hideSubjectStatus && !(singleLine && status.summary_raw_html)" v-if="!hideSubjectStatus && !(singleLine && status.summary_raw_html)"
class="media-body-wrapper"
> >
<RichContent <RichContent
:class="{ '-single-line': singleLine }" :class="{ '-single-line': singleLine }"