forked from AkkomaGang/akkoma-fe
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:
commit
1f047b3ce3
2 changed files with 2 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
|||
overflow-y: hidden;
|
||||
z-index: 1;
|
||||
|
||||
.media-body {
|
||||
.media-body-wrapper {
|
||||
min-height: 0;
|
||||
mask:
|
||||
linear-gradient(to top, white, transparent) bottom/100% 70px no-repeat,
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
</button>
|
||||
<div
|
||||
v-if="!hideSubjectStatus && !(singleLine && status.summary_raw_html)"
|
||||
class="media-body-wrapper"
|
||||
>
|
||||
<RichContent
|
||||
:class="{ '-single-line': singleLine }"
|
||||
|
|
Loading…
Reference in a new issue