From: Zero King Date: Tue, 18 May 2021 18:13:44 +0000 (+0000) Subject: [Glitch] Remove duplicate CSS property of margin X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=bb0c9fcde7acfb2385480996412f1b8cb429a59f;p=mastodon.git [Glitch] Remove duplicate CSS property of margin Port 689974b1ed081c238560d6b368609acc50dc7336 to glitch-soc Signed-off-by: Claire --- diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss index 16045d5ee..24f750e1d 100644 --- a/app/javascript/flavours/glitch/styles/components/index.scss +++ b/app/javascript/flavours/glitch/styles/components/index.scss @@ -1232,7 +1232,6 @@ button.icon-button.active i.fa-retweet { span { display: block; float: left; - margin-left: 50%; transform: translateX(-50%); margin: 82px 0 0 50%; white-space: nowrap;