From: Zero King Date: Tue, 18 May 2021 18:13:44 +0000 (+0000) Subject: Remove duplicate CSS property of margin (#16277) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=689974b1ed081c238560d6b368609acc50dc7336;p=mastodon.git Remove duplicate CSS property of margin (#16277) --- diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index b0216f5ab..7ca027e81 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -3611,7 +3611,6 @@ a.status-card.compact:hover { span { display: block; float: left; - margin-left: 50%; transform: translateX(-50%); margin: 82px 0 0 50%; white-space: nowrap;