Skip to content
Snippets Groups Projects
Commit 38177048 authored by Sorin Davidoi's avatar Sorin Davidoi Committed by Eugen Rochko
Browse files

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

parent d4c6bf77
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment