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.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss
index 4fbec082a..e6cf0ed7d 100644
--- a/webapp/sass/responsive/_mobile.scss
+++ b/webapp/sass/responsive/_mobile.scss
@@ -31,6 +31,15 @@
}
}
+ .post-create__container{
+ .post-create-body {
+ .icon__postcontent_picker {
+ display:none;
+ top: -7px;
+ }
+ }
+ }
+
.suggestion-list__content {
max-height: 145px;
}
@@ -1098,6 +1107,13 @@
padding: .5em 1em;
}
+ .emoji-rhs {
+ position: relative;
+ display: none;
+ top: 1px;
+ right: -1px;
+ }
+
.msg-typing:empty {
display: none;
}