stable release #130

Merged
floatingghost merged 187 commits from develop into stable 2022-08-12 15:26:51 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit a023ee9893 - Show all commits

View file

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

View file

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