mirror of
https://github.com/funamitech/mastodon
synced 2025-01-19 00:03:33 +09:00
feat(compose): Change media query for compact mode to max-height: 400px (#4291)
This commit is contained in:
parent
d4c6bf770d
commit
3817704806
@ -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;
|
$duration: 400ms;
|
||||||
$delay: 100ms;
|
$delay: 100ms;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user