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