Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
fix(boost-icon): Align center for Firefox (mastodon#2690)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenburgess8 authored and Gargron committed May 2, 2017
1 parent 298796c commit 34ae4cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/assets/stylesheets/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 34ae4cf

Please sign in to comment.