summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-09-10 18:15:39 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-09-10 18:15:39 +0500
commit0eab8b88561638d02715ca3eca25c48439757bcc (patch)
tree5e0146fb83ad9dd8cf1324a9c724fad7f7e79a63 /web
parent5f1bd7e9acf3bce3cffbc2263caa4ca8f39f6c6a (diff)
downloadchat-0eab8b88561638d02715ca3eca25c48439757bcc.tar.gz
chat-0eab8b88561638d02715ca3eca25c48439757bcc.tar.bz2
chat-0eab8b88561638d02715ca3eca25c48439757bcc.zip
Fixing attachment button in RHS
Diffstat (limited to 'web')
-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;