aboutsummaryrefslogtreecommitdiff
path: root/src/components/status
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-04-20 23:55:34 +0300
committerHenry Jameson <me@hjkos.com>2022-04-20 23:55:34 +0300
commit33d92f9b16267415d1e62285a4f305ae10baf489 (patch)
tree2e472b63819b2e24dc6b0354bc6ab9f3dcfa9458 /src/components/status
parent7f513fe46fbf631190445b21b7cb4b7cb431d019 (diff)
relative units in line-height + some cleanup
Diffstat (limited to 'src/components/status')
-rw-r--r--src/components/status/status.scss4
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;