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;
|
flex-wrap: wrap;
|
||||||
contain: content;
|
contain: content;
|
||||||
|
|
||||||
@media (min-width: 680px) {
|
@media (min-width: 860px) {
|
||||||
top: auto;
|
top: auto;
|
||||||
left: 220px;
|
left: 320px;
|
||||||
right: 220px;
|
right: 320px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user