about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorSorin Davidoi <sorin.davidoi@gmail.com>2017-07-21 14:22:29 +0200
committerEugen Rochko <eugen@zeonfederated.com>2017-07-21 14:22:29 +0200
commit38177048068ec9448f53cf9cc531637de2248bb1 (patch)
treed74ae384a726a4e36e6373d2ff56d0290d59a8e3 /app
parentd4c6bf770d19d4fd9b1c05791679aa4e1ca15ea7 (diff)
feat(compose): Change media query for compact mode to max-height: 400px (#4291)
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/components.scss2
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;