diff --git a/php/public/style.css b/php/public/style.css index 40f4ec76..2ebf8905 100644 --- a/php/public/style.css +++ b/php/public/style.css @@ -483,7 +483,7 @@ input[type="checkbox"]:disabled:not(:checked) + label { visibility: hidden; opacity: 0; align-self: start; - width: min(700px, calc(100vw - 4rem)); + width: min(600px, calc(100vw - 4rem)); height: min(400px, calc(100vh - 14rem)); border-radius: var(--border-radius-large); border: solid thin rgb(192, 192, 192);