From: Wenceslao Páez Chávez Date: Thu, 6 Jun 2019 11:40:17 +0000 (-0500) Subject: Fix overlap of emoji button on search popup (#10978) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=fe3bf3b0fc7c74ce12b48a4e03498c410bfd82f5;p=mastodon.git Fix overlap of emoji button on search popup (#10978) --- diff --git a/app/javascript/mastodon/features/compose/components/search.js b/app/javascript/mastodon/features/compose/components/search.js index 6833c43ef..7f9edfeee 100644 --- a/app/javascript/mastodon/features/compose/components/search.js +++ b/app/javascript/mastodon/features/compose/components/search.js @@ -21,7 +21,7 @@ class SearchPopout extends React.PureComponent { const { style } = this.props; const extraInformation = searchEnabled ? : ; return ( -
+
{({ opacity, scaleX, scaleY }) => (