summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive/_tablet.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/responsive/_tablet.scss')
-rw-r--r--webapp/sass/responsive/_tablet.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/webapp/sass/responsive/_tablet.scss b/webapp/sass/responsive/_tablet.scss
index 1a0a27267..7bf1efe2f 100644
--- a/webapp/sass/responsive/_tablet.scss
+++ b/webapp/sass/responsive/_tablet.scss
@@ -32,6 +32,18 @@
}
.post-create__container {
+ .post-create {
+ &.post-create--attachment-disabled {
+ .post-body__cell {
+ padding-left: 1em;
+ }
+
+ .post-create-footer {
+ padding-left: 1em;
+ }
+ }
+ }
+
form {
padding: .5em 0 0;
}
@@ -71,6 +83,10 @@
padding: 0;
top: auto;
width: 25px;
+
+ .icon--emoji-picker {
+ display: none;
+ }
}
}