logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 38177048068ec9448f53cf9cc531637de2248bb1
parent: d4c6bf770d19d4fd9b1c05791679aa4e1ca15ea7
Author: Sorin Davidoi <sorin.davidoi@gmail.com>
Date:   Fri, 21 Jul 2017 14:22:29 +0200

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


Diffstat:

Mapp/javascript/styles/components.scss2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;