From: Sorin Davidoi Date: Fri, 21 Jul 2017 12:22:29 +0000 (+0200) Subject: feat(compose): Change media query for compact mode to max-height: 400px (#4291) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=38177048068ec9448f53cf9cc531637de2248bb1;p=mastodon.git feat(compose): Change media query for compact mode to max-height: 400px (#4291) --- diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index b376f3a30..d9e5a9bad 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;