From 899ee09224799cb8b1dffaea781a18594616b50e Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 21 Apr 2016 09:56:11 -0400 Subject: Adding option to display channels sanely (#2761) --- webapp/sass/layout/_post.scss | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'webapp/sass') diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss index 93c4cf642..592d486aa 100644 --- a/webapp/sass/layout/_post.scss +++ b/webapp/sass/layout/_post.scss @@ -359,11 +359,14 @@ body.ios { .post-create__container { form { margin: 0 auto; - max-width: 1028px; - padding: .5em 14px 0; + padding: .5em 30px 0; width: 100%; } + .center { + max-width: 1028px; + } + .post-create-body { padding: 0 0 2px; position: relative; @@ -607,10 +610,10 @@ body.ios { .post__content { display: table; margin: 0 auto; - max-width: 1000px; position: relative; table-layout: fixed; width: 100%; + padding: 0 15px; > div { display: table-cell; @@ -618,6 +621,10 @@ body.ios { } } + .center { + max-width: 1000px; + } + .post__header { list-style: none; margin-bottom: 2px; -- cgit v1.2.3-1-g7c22