From 38177048068ec9448f53cf9cc531637de2248bb1 Mon Sep 17 00:00:00 2001
From: Sorin Davidoi <sorin.davidoi@gmail.com>
Date: Fri, 21 Jul 2017 14:22:29 +0200
Subject: [PATCH] feat(compose): Change media query for compact mode to
 max-height: 400px (#4291)

---
 app/javascript/styles/components.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss
index b376f3a306..d9e5a9badc 100644
--- a/app/javascript/styles/components.scss
+++ b/app/javascript/styles/components.scss
@@ -3729,7 +3729,7 @@ noscript {
   }
 }
 
-@media screen and (max-width: 1024px) and (max-height: 600px) {
+@media screen and (max-width: 1024px) and (max-height: 400px) {
   $duration: 400ms;
   $delay: 100ms;