You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
Sasha Sorokin 14ca559705 Evenly spread space between tabs (#12944)
This commit fixes uneven spread of space between the tabs in profiles
or notifications (filters). The problem was that links and buttons
shown as blocks had their width determined according to the content
inside of them, so if one tab has more text content than another, it
is going to take over others space, which is uneven and results in
incorrectly aligned (?) tabs display.

By specifying the size of 100% for each tab, parent container will be
forced to divide available space by the number of elements and evenly
give each child fixed space, "text-align: center" then doing its best
job to keep tabs text centered in that space. This relatively fixes
the problem, but will introduce another one - when the block has more
content that its width allows to have, in this scenario the text should
be wrapped or will be displayed over the other elements, but I see this
more as translators' problem. Still, for this case "overflow: hidden"
is added and any unfitting text will be cut out.
5 years ago
..
chewy Fix needlessly indexing unsearchable statuses into ElasticSearch (#12041) 5 years ago
controllers Fix OEmbed leaking information about existence of non-public statuses (#12930) 5 years ago
helpers Add announcements (#12662) 5 years ago
javascript Evenly spread space between tabs (#12944) 5 years ago
lib Add announcements (#12662) 5 years ago
mailers Split AccountsHelper from StatusesHelper (#12078) 5 years ago
models Fix password change/reset not immediately invalidating other sessions (#12928) 5 years ago
policies Add announcements (#12662) 5 years ago
presenters Fix n+1 query for bookmarks on statuses (#12494) 5 years ago
serializers Add announcements (#12662) 5 years ago
services Fix invalid votes from the API being accepted (#12601) 5 years ago
validators Add announcements (#12662) 5 years ago
views Fix relationships page not showing results in admin UI (#12934) 5 years ago
workers Add announcements (#12662) 5 years ago