summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-04-21 09:56:11 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2016-04-21 09:56:11 -0400
commit899ee09224799cb8b1dffaea781a18594616b50e (patch)
treee6b57b8458abd864ac92dd0074d73e9f7a5284cf /webapp/sass
parentcf1f3ba322ce64ca383ce1a5f0ca3d9bacb180ea (diff)
downloadchat-899ee09224799cb8b1dffaea781a18594616b50e.tar.gz
chat-899ee09224799cb8b1dffaea781a18594616b50e.tar.bz2
chat-899ee09224799cb8b1dffaea781a18594616b50e.zip
Adding option to display channels sanely (#2761)
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/layout/_post.scss13
1 files changed, 10 insertions, 3 deletions
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;