From: ThibG Date: Thu, 7 Nov 2019 07:06:06 +0000 (+0100) Subject: Minor improvements to poll composing UI (#12319) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=7cdb8c10e97fe9e22411efef4986e6393247e0ee;p=mastodon.git Minor improvements to poll composing UI (#12319) - Disable the “add option” button instead of hiding it - Allow poll option inputs to scale to full width --- diff --git a/app/javascript/mastodon/features/compose/components/poll_form.js b/app/javascript/mastodon/features/compose/components/poll_form.js index 211601d52..898f956b0 100644 --- a/app/javascript/mastodon/features/compose/components/poll_form.js +++ b/app/javascript/mastodon/features/compose/components/poll_form.js @@ -142,9 +142,7 @@ class PollForm extends ImmutablePureComponent {
- {options.size < 4 && ( - - )} +