summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2016-09-29 21:58:14 +0500
committerJoram Wilander <jwawilander@gmail.com>2016-09-29 12:58:14 -0400
commitd42eb461330d4d2d23c25f6ea747725f08726230 (patch)
tree555d67504fc8724c87fd1db9a98475753f1eb342 /webapp/sass/responsive
parentfc54aececcded9e84f0565d3672c43cc50b1d994 (diff)
downloadchat-d42eb461330d4d2d23c25f6ea747725f08726230.tar.gz
chat-d42eb461330d4d2d23c25f6ea747725f08726230.tar.bz2
chat-d42eb461330d4d2d23c25f6ea747725f08726230.zip
Multiple UI Improvements (#4117)
Diffstat (limited to 'webapp/sass/responsive')
-rw-r--r--webapp/sass/responsive/_mobile.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss
index c55713058..1715d2b40 100644
--- a/webapp/sass/responsive/_mobile.scss
+++ b/webapp/sass/responsive/_mobile.scss
@@ -1,6 +1,15 @@
@charset 'UTF-8';
@media screen and (max-width: 768px) {
+ .app__body {
+ .edit-modal-body {
+
+ .custom-textarea {
+ max-height: 30vh;
+ }
+ }
+ }
+
.tutorial-steps__container {
.tutorial__content {
.tutorial__steps {