chinwagsocial/app
Sasha Sorokin b532ead798 Fix counter sizing (#12446)
Counter size is currently set to strict 33.3% width, but with it
counter may break in other languages than English. For example it is
already broken on Gargron's profile on mastodon.social using Russian
locale.

This commit changes "width" to "min-width", so counters still displayed
correctly, but if they need more width to fit text, they are now allowed
to take as many width as they need.
2019-11-29 17:03:38 +01:00
..
chewy Fix needlessly indexing unsearchable statuses into ElasticSearch (#12041) 2019-10-02 20:04:46 +02:00
controllers Fix proofs API being inaccessible in secure mode (#12495) 2019-11-28 04:07:49 +01:00
helpers Fix whitelist federation for subdomains (#12435) 2019-11-21 11:35:39 +01:00
javascript Fix counter sizing (#12446) 2019-11-29 17:03:38 +01:00
lib Fix type mismatch (#12324) 2019-11-07 21:51:48 +02:00
mailers Split AccountsHelper from StatusesHelper (#12078) 2019-10-24 22:50:09 +02:00
models Simplify SQL query when performing account search amongst followings (#12302) 2019-11-21 17:35:04 +01:00
policies Change admin UI for hashtags and add back whitelisted trends (#11490) 2019-08-05 19:54:29 +02:00
presenters Fix n+1 query for bookmarks on statuses (#12494) 2019-11-28 04:08:00 +01:00
serializers Fix n+1 query for bookmarks on statuses (#12494) 2019-11-28 04:08:00 +01:00
services Fix empty poll options not being filtered on remote poll update (#12484) 2019-11-26 22:46:31 +01:00
validators Fix uncaught domain normalization error in remote follow (#11703) 2019-08-30 02:19:17 +02:00
views Improve notifications page (#12497) 2019-11-29 17:03:06 +01:00
workers Fix various issues with account migration (#12301) 2019-11-07 09:05:07 +02:00