feat(compose): Change media query for compact mode to max-height: 400px (#4291)

lolsob-rspec
Sorin Davidoi 2017-07-21 14:22:29 +02:00 committed by Eugen Rochko
parent 0319c4958f
commit 944d387a03
1 changed files with 1 additions and 1 deletions

View 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;