]> cat aescling's git repositories - mastodon.git/commit
Evenly spread space between tabs (#12944)
authorSasha Sorokin <dafri.nochiterov8@gmail.com>
Fri, 24 Jan 2020 19:50:49 +0000 (14:50 -0500)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 24 Jan 2020 19:50:49 +0000 (20:50 +0100)
commit14ca559705285432f06d9343dc2d00c0b009184b
tree939666881234256681f1f145adcb50168849694d
parent4bae4e972d43f71bffb888ac82c180b2fa3f1ada
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.
app/javascript/styles/mastodon/components.scss