diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-07-17 20:05:53 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2019-07-18 20:56:20 +0200 |
commit | c1752b238fb3e1c359c9844313346a22bf06baa6 (patch) | |
tree | aea7311bf26d7a8f84faf8879451a2185dfb95d9 | |
parent | b021efdefe26ac1ab0f6173a7c321f4e178e0f84 (diff) |
Unfiy status__prepend with upstream
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/status.scss | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/status.scss b/app/javascript/flavours/glitch/styles/components/status.scss index 3c4d28368..9f15be929 100644 --- a/app/javascript/flavours/glitch/styles/components/status.scss +++ b/app/javascript/flavours/glitch/styles/components/status.scss @@ -193,10 +193,8 @@ } .status__prepend-icon-wrapper { - float: left; - margin: 0 10px 0 -58px; - width: 48px; - text-align: right; + left: -26px; + position: absolute; } .notification-follow { @@ -461,9 +459,10 @@ } .status__prepend { - margin: -10px -10px 10px; + margin-left: 68px; color: $dark-text-color; - padding: 8px 10px 0 68px; + padding: 8px 0; + padding-bottom: 2px; font-size: 14px; position: relative; |