diff options
author | Lumb <lumb@git.multiple-creature.party> | 2019-08-14 15:40:19 +0000 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-08-15 09:27:43 -0500 |
commit | c19fc4cf9bf7e8eedf2b753cc73f2cd16d6c2fc8 (patch) | |
tree | 48a281a80a8b7f3dd12319cb05db0442248c3a00 | |
parent | a06f8140d9e1485126eafe2f1e561e067bd8a038 (diff) |
remove negative margins for direct messages and boosts in timeline
What the tin says, noticed this bug was still hanging around, just only on DMs and on boosts in the TL so I think this should sort that.
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/status.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/status.scss b/app/javascript/flavours/glitch/styles/components/status.scss index ea3427917..47272e65b 100644 --- a/app/javascript/flavours/glitch/styles/components/status.scss +++ b/app/javascript/flavours/glitch/styles/components/status.scss @@ -494,7 +494,7 @@ } .status__prepend { - margin: -10px -10px 10px; + margin: 10px 10px 10px; color: $dark-text-color; padding: 8px 10px 0 68px; font-size: 14px; |