diff --git a/src/client/lazy-app/Compress/style.css b/src/client/lazy-app/Compress/style.css index 36fd189c..5fea8c05 100644 --- a/src/client/lazy-app/Compress/style.css +++ b/src/client/lazy-app/Compress/style.css @@ -25,18 +25,13 @@ max-width: 400px; margin: 0 auto; width: calc(100% - 60px); - max-height: calc(100% - 104px); + max-height: 100%; overflow: hidden; @media (min-width: 600px) { - max-height: calc(100% - 75px); width: 300px; margin: 0; } - - @media (min-width: 860px) { - max-height: calc(100% - 40px); - } } .options-1 {