summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_content.scss
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-11-13 07:52:49 -0800
committerCorey Hulen <corey@hulen.com>2015-11-13 07:52:49 -0800
commit4056e42488bd45cef626c804f2c14f64268fe6fe (patch)
tree9faa81d9b221a4c522dac54c7a64c512c74e472f /web/sass-files/sass/partials/_content.scss
parent1c1cd041c707c9a671e872fe33d96832c1800dc6 (diff)
parent59ca58a287aefccb34377a6f1b8c79b9d8a7d2c4 (diff)
downloadchat-4056e42488bd45cef626c804f2c14f64268fe6fe.tar.gz
chat-4056e42488bd45cef626c804f2c14f64268fe6fe.tar.bz2
chat-4056e42488bd45cef626c804f2c14f64268fe6fe.zip
Merge pull request #1415 from asaadmahmoodspin/ui-improvements
Multiple UI improvements
Diffstat (limited to 'web/sass-files/sass/partials/_content.scss')
-rw-r--r--web/sass-files/sass/partials/_content.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/web/sass-files/sass/partials/_content.scss b/web/sass-files/sass/partials/_content.scss
index d86e225f3..6228cc45e 100644
--- a/web/sass-files/sass/partials/_content.scss
+++ b/web/sass-files/sass/partials/_content.scss
@@ -18,14 +18,15 @@
margin-left: 220px;
position: relative;
background: #fff;
- display: flex;
+ @include display-flex;
+ @include flex-direction(column);
flex-direction: column;
.channel__wrap & {
padding-top: 0;
}
}
#post-create {
- flex: 0 0 auto;
+ @include flex(0 0 auto);
background: #fff;
width: 100%;
z-index: 3;