diff --git a/app/soapbox/features/notifications/components/filter_bar.js b/app/soapbox/features/notifications/components/filter_bar.js index 3b7280da0..38f11feff 100644 --- a/app/soapbox/features/notifications/components/filter_bar.js +++ b/app/soapbox/features/notifications/components/filter_bar.js @@ -67,49 +67,49 @@ class FilterBar extends React.PureComponent { onClick={this.onClick('mention')} title={intl.formatMessage(tooltips.mentions)} > - + {supportsEmojiReacts && } ); diff --git a/app/styles/ui.scss b/app/styles/ui.scss index 528b16b9b..a858b1480 100644 --- a/app/styles/ui.scss +++ b/app/styles/ui.scss @@ -671,6 +671,12 @@ } } } + + button .svg-icon { + width: 18px; + height: 18px; + margin: 0 auto; + } } .reaction__filter-bar { @@ -720,7 +726,8 @@ display: block; position: absolute; content: '\f00c'; - font: normal normal normal 14px/1 ForkAwesome; + font-family: 'Font Awesome 5 Free'; + font-weight: 900; font-size: 0.6em; text-rendering: auto; -webkit-font-smoothing: antialiased;