summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post_right.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-11-12 18:36:19 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-11-12 18:36:19 +0500
commit1c4d7f2d503df8fcd66c079b250ec9c1a15a1bfe (patch)
tree8cedb0906dfaa1ab146ed47c18ec8fa2f275c61c /web/sass-files/sass/partials/_post_right.scss
parent2f95210a2907c1b74a390f143f58550cec1f77ca (diff)
downloadchat-1c4d7f2d503df8fcd66c079b250ec9c1a15a1bfe.tar.gz
chat-1c4d7f2d503df8fcd66c079b250ec9c1a15a1bfe.tar.bz2
chat-1c4d7f2d503df8fcd66c079b250ec9c1a15a1bfe.zip
Fixing preview stuff for the RHS
Diffstat (limited to 'web/sass-files/sass/partials/_post_right.scss')
-rw-r--r--web/sass-files/sass/partials/_post_right.scss16
1 files changed, 13 insertions, 3 deletions
diff --git a/web/sass-files/sass/partials/_post_right.scss b/web/sass-files/sass/partials/_post_right.scss
index c1d291073..ba41d3b95 100644
--- a/web/sass-files/sass/partials/_post_right.scss
+++ b/web/sass-files/sass/partials/_post_right.scss
@@ -13,6 +13,7 @@
&.post--root {
padding: 1em 1em 0;
margin: 0 0 1em;
+ width: 100%;
hr {
border-color: #DDD;
margin: 1em 0 0 0;
@@ -21,9 +22,10 @@
}
.post-create__container {
+ width: 100%;
margin-top: 10px;
.textarea-wrapper {
- min-height: 120px;
+ min-height: 100px;
}
.custom-textarea {
min-height: 100px;
@@ -31,10 +33,18 @@
.msg-typing {
@include opacity(0.7);
float: left;
- padding-top: 17px;
+ margin-top: 3px;
+ font-size: 13px;
+ line-height: 20px;
+ min-width: 1px;
+ display: block;
+ height: 20px;
+ max-width: 200px;
+ @include clearfix;
}
.post-create-footer {
- padding-top: 10px;
+ width: 100%;
+ padding-top: 5px;
}
.post-right-comments-upload-in-progress {
padding: 6px 0;