mastodon/app
Stephen Burgess 33b9e8d461 fix(dropdowns): Allow for dropdowns to fill full column (#2684)
* fix(dropdowns): Allow for dropdowns to fill full column

When the text inside a dropdown is longer than it is for English, the text is truncated which can result in a less-than-usable experience for languages such as German with longer words. This commit addresses the following:

* Allow the dropdown to expand to the entire width of the column based on the length of the text in the dropdown
* Align active dropdown arrow in relation to the trigger rather than the dropdown
* Show the right hand side of the dropdown which was previously hidden (could not see border radius)
* Ensure the three places dropdowns of status, account, and emoji appear well in Chrome, Firefox, Safari

* fix(emoji-dropdown): Restore emoji dropdown caret
2017-05-01 18:13:10 +02:00
..
assets fix(dropdowns): Allow for dropdowns to fill full column (#2684) 2017-05-01 18:13:10 +02:00
controllers Filter on allowed user language preferences (#2361) 2017-05-01 17:42:13 +02:00
helpers Downgrade rubocop 0.48.1 => 0.46.0 (#2628) 2017-04-30 00:23:45 +02:00
lib Add target=_blank to user note (#2622) 2017-04-30 00:28:41 +02:00
mailers Fix Rubocop offences (#2630) 2017-05-01 16:31:02 +02:00
models Filter on allowed user language preferences (#2361) 2017-05-01 17:42:13 +02:00
presenters Bump version, improve how version is stored for better commit history (#2526) 2017-04-27 15:22:19 +02:00
services Downgrade rubocop 0.48.1 => 0.46.0 (#2628) 2017-04-30 00:23:45 +02:00
validators Stricter whitelist rules (#2213) 2017-04-26 01:22:51 +02:00
views Filter on allowed user language preferences (#2361) 2017-05-01 17:42:13 +02:00
workers Punycode URI normalization (#2370) 2017-04-25 02:47:31 +02:00