diff --git a/emhttp/plugins/dynamix/styles/default-dynamix.css b/emhttp/plugins/dynamix/styles/default-dynamix.css index b88cadb95..756ee368f 100644 --- a/emhttp/plugins/dynamix/styles/default-dynamix.css +++ b/emhttp/plugins/dynamix/styles/default-dynamix.css @@ -1465,7 +1465,8 @@ div.icon-zip { left: 50% !important; transform: translate(-50%, -50%) !important; box-sizing: border-box; - min-width: 95vw; + width: 100% !important; + max-width: 100rem; * { box-sizing: border-box; @@ -1476,7 +1477,8 @@ div.icon-zip { flex-direction: column; align-items: center; height: auto !important; - max-height: 70vh; + min-height: 35vh !important; + max-height: 70vh !important; overflow-y: auto; padding-top: 2rem; padding-bottom: 2rem;