diff options
| author | Henry Jameson <me@hjkos.com> | 2021-06-10 13:01:00 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-06-10 13:01:00 +0300 |
| commit | 394fd462dc48654ba7743bb9c2ac378f98f75bd4 (patch) | |
| tree | cd358e449360f170ac212be4bf0fbb12149964da /src/components/status/status.scss | |
| parent | c6c478f4cf123d9510e1e67a852cad0398d08052 (diff) | |
proper cachin of headTailLinks, show mentions in notificaitons always
Diffstat (limited to 'src/components/status/status.scss')
| -rw-r--r-- | src/components/status/status.scss | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/components/status/status.scss b/src/components/status/status.scss index 8744fa16..8f7fb71a 100644 --- a/src/components/status/status.scss +++ b/src/components/status/status.scss @@ -217,21 +217,23 @@ $status-margin: 0.75em; } } - .reply-to { + & .mentions, + & .reply-to { position: relative; } - .reply-to-text { + & .reply-to-text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } - .replies-separator { + .mentions-separator { margin-left: 0.4em; } .replies { + margin-top: 0.25em; line-height: 18px; font-size: 12px; display: flex; |
