aboutsummaryrefslogtreecommitdiff
path: root/src/components/status/status.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2021-06-10 14:01:26 +0300
committerHenry Jameson <me@hjkos.com>2021-06-10 14:01:26 +0300
commit0263834faa59229e0290828798a9b8f61836c72c (patch)
tree81e1913ee32e00276393ecd73193802e83b06c06 /src/components/status/status.scss
parent6bff7cc6efd1a7def75f4eef316fdcd84f0d3209 (diff)
mentions on same line as replies
Diffstat (limited to 'src/components/status/status.scss')
-rw-r--r--src/components/status/status.scss11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/components/status/status.scss b/src/components/status/status.scss
index 60dd8237..e68bc62c 100644
--- a/src/components/status/status.scss
+++ b/src/components/status/status.scss
@@ -1,4 +1,3 @@
-
@import '../../_variables.scss';
$status-margin: 0.75em;
@@ -151,6 +150,11 @@ $status-margin: 0.75em;
}
}
+ .glued-label {
+ display: inline-flex;
+ white-space: nowrap;
+ }
+
.timeago {
margin-right: 0.2em;
}
@@ -161,8 +165,6 @@ $status-margin: 0.75em;
font-size: 12px;
line-height: 160%;
max-width: 100%;
- display: flex;
- flex-wrap: wrap;
align-items: stretch;
}
@@ -206,6 +208,7 @@ $status-margin: 0.75em;
& .reply-to {
white-space: nowrap;
position: relative;
+ padding-right: 0.25em;
}
& .reply-to-text {
@@ -215,7 +218,7 @@ $status-margin: 0.75em;
}
.mentions-line {
- display: inline-block;
+ display: inline;
}
.replies {