summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files/sass/partials/_responsive.scss')
-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;