diff options
author | Stephen Burgess <stephenburgess8@gmail.com> | 2017-05-01 20:15:14 -0400 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-02 02:15:14 +0200 |
commit | 34ae4cf511bddc781935bbf0aa29536709ed41bf (patch) | |
tree | 27d7dfcc47c192c13a45c6a2183545bf79ec137c /app | |
parent | 298796cc7b4fdc075be659fc6aea7ab2543a0f9d (diff) |
fix(boost-icon): Align center for Firefox (#2690)
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/components.scss | 5 |
1 files changed, 3 insertions, 2 deletions
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; |