From: Stephen Burgess Date: Tue, 2 May 2017 00:15:14 +0000 (-0400) Subject: fix(boost-icon): Align center for Firefox (#2690) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=34ae4cf511bddc781935bbf0aa29536709ed41bf;p=mastodon.git fix(boost-icon): Align center for Firefox (#2690) --- diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index fd3eec712..1439981af 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -1721,11 +1721,12 @@ a.status__content__spoiler-link { @import 'boost'; button.icon-button i.fa-retweet { - height: 19px; - width: 22px; background-position: 0 0; + height: 19px; transition: background-position 0.9s steps(10); transition-duration: 0s; + vertical-align: middle; + width: 22px; &::before { display: none !important;