diff options
author | Sorin Davidoi <sorin.davidoi@gmail.com> | 2017-07-21 14:22:29 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-07-21 14:22:29 +0200 |
commit | 38177048068ec9448f53cf9cc531637de2248bb1 (patch) | |
tree | d74ae384a726a4e36e6373d2ff56d0290d59a8e3 /app/javascript/styles | |
parent | d4c6bf770d19d4fd9b1c05791679aa4e1ca15ea7 (diff) |
feat(compose): Change media query for compact mode to max-height: 400px (#4291)
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/components.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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; |