diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-20 23:55:34 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-20 23:55:34 +0300 |
| commit | 33d92f9b16267415d1e62285a4f305ae10baf489 (patch) | |
| tree | 2e472b63819b2e24dc6b0354bc6ab9f3dcfa9458 /src/components/status | |
| parent | 7f513fe46fbf631190445b21b7cb4b7cb431d019 (diff) | |
relative units in line-height + some cleanup
Diffstat (limited to 'src/components/status')
| -rw-r--r-- | src/components/status/status.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/status/status.scss b/src/components/status/status.scss index 36a2cca1..b3ad3818 100644 --- a/src/components/status/status.scss +++ b/src/components/status/status.scss @@ -106,7 +106,7 @@ .heading-name-row { display: flex; justify-content: space-between; - line-height: 18px; + line-height: 1.3; a { display: inline-block; @@ -227,7 +227,7 @@ .replies { margin-top: 0.25em; - line-height: 18px; + line-height: 1.3; font-size: 0.85em; display: flex; flex-wrap: wrap; |
