diff options
| author | Henry Jameson <me@hjkos.com> | 2021-06-07 20:02:09 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-06-07 20:02:09 +0300 |
| commit | 60903272366e1f236041841af3dca86628901a35 (patch) | |
| tree | 756d06c6157a70acd82f3bc8081651cb444d8325 /src/components/status_body | |
| parent | 5e8367227424fc2ff1683a244b55809ac4a52d3d (diff) | |
moved some post styles into status body since they inferfere with usernames
Diffstat (limited to 'src/components/status_body')
| -rw-r--r-- | src/components/status_body/status_body.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/components/status_body/status_body.scss b/src/components/status_body/status_body.scss index 6282919c..b65e3b27 100644 --- a/src/components/status_body/status_body.scss +++ b/src/components/status_body/status_body.scss @@ -1,10 +1,21 @@ @import '../../_variables.scss'; .StatusBody { + .emoji { --_still_image-label-scale: 0.5; } + & .text, + & .summary { + font-family: var(--postFont, sans-serif); + white-space: pre-wrap; + overflow-wrap: break-word; + word-wrap: break-word; + word-break: break-word; + line-height: 1.4em; + } + .summary { display: block; font-style: italic; |
