summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-09-08 15:47:15 -0400
committerJoramWilander <jwawilander@gmail.com>2015-09-08 15:47:15 -0400
commitc6b1368cc7b011ac522ada7e3c927fa1ec57c9e0 (patch)
treee0d7ead0d527232798204e3eb444882ac74bfa34 /web/sass-files/sass/partials/_responsive.scss
parent5b3ee66dc3baff35104bc6e6c8f25c4474005974 (diff)
downloadchat-c6b1368cc7b011ac522ada7e3c927fa1ec57c9e0.tar.gz
chat-c6b1368cc7b011ac522ada7e3c927fa1ec57c9e0.tar.bz2
chat-c6b1368cc7b011ac522ada7e3c927fa1ec57c9e0.zip
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;