diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-27 01:08:04 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-27 01:08:04 +0200 |
| commit | d8827932bc8f329c66bdf23fa0eb7af4ed41179a (patch) | |
| tree | c32b63ecb9d9e0734339288cfd405cd9d44002e2 /src/components/status_body/status_body.vue | |
| parent | adc47ad38ac4dd28866d82664f587c71fdf0ca3d (diff) | |
fix collapsed notifications incorrect styles
Diffstat (limited to 'src/components/status_body/status_body.vue')
| -rw-r--r-- | src/components/status_body/status_body.vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/status_body/status_body.vue b/src/components/status_body/status_body.vue index fb356360..f21bcc80 100644 --- a/src/components/status_body/status_body.vue +++ b/src/components/status_body/status_body.vue @@ -11,6 +11,7 @@ > <RichContent class="media-body summary" + :faint="compact" :html="status.summary_raw_html" :emoji="status.emojis" /> @@ -48,6 +49,7 @@ :html="status.raw_html" :emoji="status.emojis" :handle-links="true" + :faint="compact" :greentext="mergedConfig.greentext" :attentions="status.attentions" @parseReady="onParseReady" |
