forked from external-repos/squoosh
Simpler max height
This commit is contained in:
@@ -25,18 +25,13 @@
|
|||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: calc(100% - 60px);
|
width: calc(100% - 60px);
|
||||||
max-height: calc(100% - 104px);
|
max-height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
@media (min-width: 600px) {
|
@media (min-width: 600px) {
|
||||||
max-height: calc(100% - 75px);
|
|
||||||
width: 300px;
|
width: 300px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 860px) {
|
|
||||||
max-height: calc(100% - 40px);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.options-1 {
|
.options-1 {
|
||||||
|
|||||||
Reference in New Issue
Block a user