logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 34ae4cf511bddc781935bbf0aa29536709ed41bf
parent: 298796cc7b4fdc075be659fc6aea7ab2543a0f9d
Author: Stephen Burgess <stephenburgess8@gmail.com>
Date:   Mon,  1 May 2017 20:15:14 -0400

fix(boost-icon): Align center for Firefox (#2690)


Diffstat:

Mapp/assets/stylesheets/components.scss5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 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;