From c19fc4cf9bf7e8eedf2b753cc73f2cd16d6c2fc8 Mon Sep 17 00:00:00 2001 From: Lumb Date: Wed, 14 Aug 2019 15:40:19 +0000 Subject: [PATCH] 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. --- app/javascript/flavours/glitch/styles/components/status.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;