summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive/_mobile.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/responsive/_mobile.scss')
-rw-r--r--webapp/sass/responsive/_mobile.scss25
1 files changed, 22 insertions, 3 deletions
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss
index ba830000a..fdbf774ee 100644
--- a/webapp/sass/responsive/_mobile.scss
+++ b/webapp/sass/responsive/_mobile.scss
@@ -40,13 +40,30 @@
}
.post-create__container {
- padding-bottom: 10px;
+ .post-create-footer {
+ padding: 0 10px;
+ }
+
+ form {
+ padding: 0;
+ }
+
+ .post-create-body {
+ padding: 0;
+
+ textarea {
+ .app-content & {
+ border-left: none;
+ border-right: none;
+ }
+ }
+ }
.msg-typing {
display: none;
}
- .icon--emoji-picker {
+ .emoji-picker__container {
display: none;
}
}
@@ -821,7 +838,7 @@
}
.file-preview__container {
- margin: 5px 0 0;
+ margin: 10px 0 5px;
}
.file-preview {
@@ -1189,6 +1206,8 @@
}
.post-create-footer {
+ padding-top: 10px;
+
.control-label {
margin: .5em 0;
top: 0;