summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-11-12 12:01:06 -0500
committerChristopher Speller <crspeller@gmail.com>2015-11-12 12:01:06 -0500
commitb191b88afed9fc2e0431b76f8348ec5291255909 (patch)
tree6bba4633ad8da1ae956b94e3a1308d8a016c1dbb /web/sass-files/sass/partials/_responsive.scss
parent13a251a5ee940383e5a026284275b1f31fb476df (diff)
parentdc1c589369b2b754401159b7896f7fcd3ec4bc47 (diff)
downloadchat-b191b88afed9fc2e0431b76f8348ec5291255909.tar.gz
chat-b191b88afed9fc2e0431b76f8348ec5291255909.tar.bz2
chat-b191b88afed9fc2e0431b76f8348ec5291255909.zip
Merge pull request #1406 from asaadmahmoodspin/ui-improvements
UI Improvements for centre channel due to preview
Diffstat (limited to 'web/sass-files/sass/partials/_responsive.scss')
-rw-r--r--web/sass-files/sass/partials/_responsive.scss15
1 files changed, 11 insertions, 4 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index 339412b45..cb140dce6 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -507,8 +507,16 @@
form {
padding: 0;
}
+ .post-create-footer {
+ .msg-typing {
+ margin-left: 45px;
+ width: 55%;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ overflow: hidden;
+ }
+ }
.post-create-body {
- padding-bottom: 10px;
display: table;
width: 100%;
.post-body__cell {
@@ -532,11 +540,10 @@
display: table-cell;
}
}
- .post-create-footer .msg-typing {
- display: none;
- }
}
.preview-container {
+ padding: 0px 10px;
+ margin-top: 20px;
.preview-div {
margin-top: 0;
}