summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post_right.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-10 22:44:05 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-10 22:44:05 +0500
commiteab6e1360afff9a03cee1721669fe161fb34b4a9 (patch)
tree60774a88ba055afc82757c5023c9f41ccb0e7e00 /web/sass-files/sass/partials/_post_right.scss
parentf433da2e5fcfb199e735c5231279f1d09820ba1d (diff)
downloadchat-eab6e1360afff9a03cee1721669fe161fb34b4a9.tar.gz
chat-eab6e1360afff9a03cee1721669fe161fb34b4a9.tar.bz2
chat-eab6e1360afff9a03cee1721669fe161fb34b4a9.zip
UI Improvements for RHS
Diffstat (limited to 'web/sass-files/sass/partials/_post_right.scss')
-rw-r--r--web/sass-files/sass/partials/_post_right.scss13
1 files changed, 12 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_post_right.scss b/web/sass-files/sass/partials/_post_right.scss
index 0d3e75689..8816393c8 100644
--- a/web/sass-files/sass/partials/_post_right.scss
+++ b/web/sass-files/sass/partials/_post_right.scss
@@ -21,10 +21,21 @@
}
.post-create__container {
- margin-top: 1em;
+ margin-top: 10px;
+ .textarea-wrapper {
+ min-height: 100px;
+ }
.custom-textarea {
min-height: 100px;
}
+ .msg-typing {
+ color: #555;
+ float: left;
+ padding-top: 17px;
+ }
+ .post-create-footer {
+ padding-top: 10px;
+ }
}
}