diff options
| author | Henry Jameson <me@hjkos.com> | 2020-08-04 19:41:03 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-08-04 19:41:03 +0300 |
| commit | 0feab1d97cb4683f2cc1869e08078097e787fcd1 (patch) | |
| tree | 0f4dc6312bb829ed4448741339cff2d46bccd3ba /src/components/status/status.scss | |
| parent | a962ca6065412f6bde067f6d4a3d460914604c88 (diff) | |
more broken reply improvements
Diffstat (limited to 'src/components/status/status.scss')
| -rw-r--r-- | src/components/status/status.scss | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/src/components/status/status.scss b/src/components/status/status.scss index fec9f9e9..898e914f 100644 --- a/src/components/status/status.scss +++ b/src/components/status/status.scss @@ -154,6 +154,19 @@ $status-margin: 0.75em; // override default text-decoration: none; } + + &.-strikethrough { + position: relative; + + &::after { + content: ''; + display: block; + position: absolute; + top: 50%; + width: 100%; + border-bottom: 1px solid var(--faint); + } + } } .reply-to { @@ -165,10 +178,6 @@ $status-margin: 0.75em; text-overflow: ellipsis; white-space: nowrap; margin-left: 0.2em; - - &.-strikethrough { - text-decoration: line-through; - } } .replies-separator { |
