summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-09-10 09:33:55 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-09-10 09:33:55 -0400
commitb440fd5f3c920b635d59bc5904f3d08d391ad79f (patch)
tree5e0146fb83ad9dd8cf1324a9c724fad7f7e79a63
parent5f1bd7e9acf3bce3cffbc2263caa4ca8f39f6c6a (diff)
parent0eab8b88561638d02715ca3eca25c48439757bcc (diff)
downloadchat-b440fd5f3c920b635d59bc5904f3d08d391ad79f.tar.gz
chat-b440fd5f3c920b635d59bc5904f3d08d391ad79f.tar.bz2
chat-b440fd5f3c920b635d59bc5904f3d08d391ad79f.zip
Merge pull request #638 from asaadmahmoodspin/ui-changes
Fixing attachment button in RHS
-rw-r--r--web/sass-files/sass/partials/_responsive.scss19
1 files changed, 12 insertions, 7 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index 65619f25a..32d65b86b 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -413,6 +413,9 @@
}
}
.post-create__container {
+ .post-right__container & {
+ padding: 0 1em;
+ }
form {
padding: 0;
}
@@ -425,13 +428,15 @@
display: table-cell;
padding-left: 45px;
}
- .btn-file {
- width: 45px;
- padding: 0;
- line-height: 36px;
- bottom: -2px;
- left: 0;
- top: auto;
+ .app__content & {
+ .btn-file {
+ width: 45px;
+ padding: 0;
+ line-height: 36px;
+ bottom: -2px;
+ left: 0;
+ top: auto;
+ }
}
.send-button {
display: table-cell;