]> cat aescling's git repositories - mastodon.git/commit
Fix timeline height on landing page for Safari (#4392)
authorunarist <m.unarist@gmail.com>
Thu, 27 Jul 2017 13:49:56 +0000 (22:49 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 27 Jul 2017 13:49:56 +0000 (15:49 +0200)
commit73890c3cac19df3fdf7162e84024fedea5ecfe5d
tree810a5e327a44511efbc223cd4b62d5fefc0d8c94
parente1798d0eb0180bea9237e3cff399a4883173f195
Fix timeline height on landing page for Safari (#4392)

`height: 100%` in `align-self: stretch` flexboxes doesn't work on Safari < 11.

https://bugs.webkit.org/show_bug.cgi?id=137730

This workaround uses flexbox instead of `height: 100%` to stretch height.
app/javascript/styles/about.scss