diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-15 01:23:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-15 01:23:58 +0200 |
commit | a588358f41f36b2df1dcc4bb2c3df6c54ed52f88 (patch) | |
tree | 34eb884cf57cbfda3d5f7598fec12e6156614c7b /app/javascript/styles/containers.scss | |
parent | 0a110d07b68b68fbb4b15f1e99b62d6fc696c4a7 (diff) |
Fix style regressions (#3062)
From #2327 - Elephant friend was overlapping with text, oversized in single column layout From #2021 - Centered layout goes against design principles, changes UX for everybody who's already used to the current one From #2271 - CPU/RAM overusage from keeping columns in DOM (fix #2648, possibly also #2101)
Diffstat (limited to 'app/javascript/styles/containers.scss')
-rw-r--r-- | app/javascript/styles/containers.scss | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/app/javascript/styles/containers.scss b/app/javascript/styles/containers.scss index 390b9596c..68f73e0c0 100644 --- a/app/javascript/styles/containers.scss +++ b/app/javascript/styles/containers.scss @@ -9,16 +9,6 @@ } } -.mastodon-column-container { - display: flex; - height: 100%; - width: 100%; - - // 707568 - height 100% doesn't work on child of a flex item - chromium - Monorail - // https://bugs.chromium.org/p/chromium/issues/detail?id=707568 - flex: 1 1 auto; -} - .logo-container { max-width: 400px; margin: 100px auto; |