summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_post.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-04-27 18:40:58 +0500
committerJoram Wilander <jwawilander@gmail.com>2017-04-27 09:40:58 -0400
commitbd665871831a43184ceb928bdeb862b0a46386cf (patch)
tree23b0e9d0b26d95bfabd29d707b40bb2e2c7d0eec /webapp/sass/layout/_post.scss
parent66f538783bfbcb0814bcc7dff3697e84e8554649 (diff)
downloadchat-bd665871831a43184ceb928bdeb862b0a46386cf.tar.gz
chat-bd665871831a43184ceb928bdeb862b0a46386cf.tar.bz2
chat-bd665871831a43184ceb928bdeb862b0a46386cf.zip
Ui improvements (#6198)
* PLT-6306 - Post alignment in compact view * PLT-6266 - Adjusting spacing for files (compact) * PLT-6302 - Margins not equal for paragraphs in post * PLT-6332 - FIxing inline images * PLT-6134 - Fixing border on emoji picker * PLT-6323 - Fixing UI for system console user list * PLT-6375 - Updating emoji picker * PLT-6327 - Updating more channel/user list * PLT-6241 - Adding IE detection * PLT-6332- Fixing inline markdown images
Diffstat (limited to 'webapp/sass/layout/_post.scss')
-rw-r--r--webapp/sass/layout/_post.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index 6ffb47c2d..7fc9878bd 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -359,6 +359,11 @@
}
.post-create__container {
+ @include flex(0 0 auto);
+ background: $white;
+ width: 100%;
+ z-index: 1000;
+
label {
font-weight: normal;
}