]> cat aescling's git repositories - mastodon.git/commitdiff
feat(compose): Change media query for compact mode to max-height: 400px (#4291)
authorSorin Davidoi <sorin.davidoi@gmail.com>
Fri, 21 Jul 2017 12:22:29 +0000 (14:22 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 21 Jul 2017 12:22:29 +0000 (14:22 +0200)
app/javascript/styles/components.scss

index b376f3a306e82016e88fa08f0bf4d14e1f0c264b..d9e5a9badccf866cebb6104e8cc2c416892b108f 100644 (file)
@@ -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;