Fix tall status gradient
ci/woodpecker/pr/woodpecker Pipeline was successful Details

This commit is contained in:
eris 2022-07-29 03:32:45 +00:00
parent 2258174a00
commit a023ee9893
2 changed files with 2 additions and 1 deletions

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 }"