From: Eugen Rochko Date: Thu, 10 Nov 2016 22:21:24 +0000 (+0100) Subject: Fix modals sizing and add animation to it, fix #140 by only making the text of X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=82fd74d101838396fc6462d15106624294b78868;p=mastodon.git Fix modals sizing and add animation to it, fix #140 by only making the text of status clickable (this also fixes multiple dropdown being openable at the same time) --- diff --git a/app/assets/javascripts/components/components/column_back_button.jsx b/app/assets/javascripts/components/components/column_back_button.jsx index 755378ad8..c3ed8f8d0 100644 --- a/app/assets/javascripts/components/components/column_back_button.jsx +++ b/app/assets/javascripts/components/components/column_back_button.jsx @@ -28,7 +28,7 @@ const ColumnBackButton = React.createClass({ render () { return ( -
+
Back
diff --git a/app/assets/javascripts/components/components/dropdown_menu.jsx b/app/assets/javascripts/components/components/dropdown_menu.jsx index f58a36d29..450550d55 100644 --- a/app/assets/javascripts/components/components/dropdown_menu.jsx +++ b/app/assets/javascripts/components/components/dropdown_menu.jsx @@ -7,7 +7,7 @@ const DropdownMenu = ({ icon, items, size }) => { - +