summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass
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
parentf433da2e5fcfb199e735c5231279f1d09820ba1d (diff)
downloadchat-eab6e1360afff9a03cee1721669fe161fb34b4a9.tar.gz
chat-eab6e1360afff9a03cee1721669fe161fb34b4a9.tar.bz2
chat-eab6e1360afff9a03cee1721669fe161fb34b4a9.zip
UI Improvements for RHS
Diffstat (limited to 'web/sass-files/sass')
-rw-r--r--web/sass-files/sass/partials/_post_right.scss13
-rw-r--r--web/sass-files/sass/partials/_sidebar--right.scss6
2 files changed, 12 insertions, 7 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;
+ }
}
}
diff --git a/web/sass-files/sass/partials/_sidebar--right.scss b/web/sass-files/sass/partials/_sidebar--right.scss
index 7a91caec9..a0e82fd2f 100644
--- a/web/sass-files/sass/partials/_sidebar--right.scss
+++ b/web/sass-files/sass/partials/_sidebar--right.scss
@@ -27,12 +27,6 @@
margin: 3px 0 0;
}
}
- .post-create__container {
- margin-top: 10px;
- .post-create-footer {
- padding-top: 10px;
- }
- }
.sidebar__overlay {
width: 100%;
height: 100%;