diff options
| author | Henry Jameson <me@hjkos.com> | 2020-08-19 00:38:54 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-08-19 00:38:54 +0300 |
| commit | d7c42f146905a85a0ff0bad6da85090d5349acdd (patch) | |
| tree | 65f4e760fcaa427d94fa6f4c1505b308f5995b38 /src/components/status/status.scss | |
| parent | 61966d290ae87b9aadd530ef180fc191d75e77d2 (diff) | |
lint
Diffstat (limited to 'src/components/status/status.scss')
| -rw-r--r-- | src/components/status/status.scss | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/components/status/status.scss b/src/components/status/status.scss index 9d55bac3..c558466b 100644 --- a/src/components/status/status.scss +++ b/src/components/status/status.scss @@ -154,10 +154,6 @@ $status-margin: 0.75em; } .reply-to-popover { - .reply-to { - position: relative; - } - .reply-to:hover::before { content: ''; display: block; @@ -188,6 +184,7 @@ $status-margin: 0.75em; .reply-to { display: flex; + position: relative; } .reply-to-text { |
