mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-17 11:09:41 +00:00
Preventing overlap with zoom controls
This commit is contained in:
@@ -6,7 +6,13 @@
|
|||||||
|
|
||||||
&.horizontal {
|
&.horizontal {
|
||||||
grid-template-columns: 1fr auto;
|
grid-template-columns: 1fr auto;
|
||||||
|
grid-template-rows: calc(100% - 75px);
|
||||||
|
|
||||||
|
@media (min-width: 860px) {
|
||||||
|
grid-template-rows: 100%;
|
||||||
|
}
|
||||||
align-items: end;
|
align-items: end;
|
||||||
|
align-content: end;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.vertical {
|
&.vertical {
|
||||||
|
|||||||
Reference in New Issue
Block a user