mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-16 10:39:53 +00:00
Preventing controls going under options
This commit is contained in:
@@ -47,10 +47,10 @@ Note: These styles are temporary. They will be replaced before going live.
|
||||
flex-wrap: wrap;
|
||||
contain: content;
|
||||
|
||||
@media (min-width: 680px) {
|
||||
@media (min-width: 860px) {
|
||||
top: auto;
|
||||
left: 220px;
|
||||
right: 220px;
|
||||
left: 320px;
|
||||
right: 320px;
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user