summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-09-09 08:34:24 -0400
committerChristopher Speller <crspeller@gmail.com>2015-09-09 08:34:24 -0400
commit1175ce54021816f1a3693bf5643d5dd816a7b4f9 (patch)
tree5efdc54441c77b078d4746c3e678c1a60addcb85 /web/sass-files/sass/partials/_responsive.scss
parentb15b297bb3b5ae6dc6d336b0a333e967b31092bf (diff)
parentc6b1368cc7b011ac522ada7e3c927fa1ec57c9e0 (diff)
downloadchat-1175ce54021816f1a3693bf5643d5dd816a7b4f9.tar.gz
chat-1175ce54021816f1a3693bf5643d5dd816a7b4f9.tar.bz2
chat-1175ce54021816f1a3693bf5643d5dd816a7b4f9.zip
Merge pull request #628 from mattermost/mm-2127
MM-2127 Added send icon button to create post control for mobile view.
Diffstat (limited to 'web/sass-files/sass/partials/_responsive.scss')
-rw-r--r--web/sass-files/sass/partials/_responsive.scss15
1 files changed, 14 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index c56625b88..71e9d0f96 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -409,9 +409,22 @@
}
}
}
- #post-create {
+ .post-create__container {
+ form {
+ padding: 0;
+ }
.post-create-body {
padding-bottom: 10px;
+ display: table;
+ width: 100%;
+ table-layout: fixed;
+ .post-body__cell {
+ display: table-cell;
+ padding-left: 1em;
+ }
+ .send-button {
+ display: table-cell;
+ }
}
.post-create-footer .msg-typing {
display: none;