diff options
| author | Henry Jameson <me@hjkos.com> | 2021-06-08 19:37:18 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-06-08 19:37:18 +0300 |
| commit | 566964992a394f1d0462557f70e284f2493d82bf (patch) | |
| tree | 7c02f9f8b0ceada2eaecc54cc34e2b8e270a0e0d /src/components/status_body/status_body.vue | |
| parent | 5c655b6675718e1617a2bf94c4ec75167f0a0e23 (diff) | |
fix long posts having weird gradient
Diffstat (limited to 'src/components/status_body/status_body.vue')
| -rw-r--r-- | src/components/status_body/status_body.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/status_body/status_body.vue b/src/components/status_body/status_body.vue index 421a3820..fae2d594 100644 --- a/src/components/status_body/status_body.vue +++ b/src/components/status_body/status_body.vue @@ -40,6 +40,7 @@ {{ $t("general.show_more") }} </button> <span + class="text-wrapper" v-if="!hideSubjectStatus && !(singleLine && status.summary_html)" > <MentionsLine |
