diff --git a/css/style.css b/css/style.css index a13f1c6..013065e 100644 --- a/css/style.css +++ b/css/style.css @@ -135,6 +135,7 @@ body { cursor: pointer; height: 100%; + /* min-width: 7rem; */ padding: 10px; border: 0; outline: var(--border-width) solid #ddd; diff --git a/js/script.js b/js/script.js index 421d7e5..e86fb80 100644 --- a/js/script.js +++ b/js/script.js @@ -106,8 +106,6 @@ function checkIfSquare(width, height) { return width === height; } - - selectImageButton.addEventListener("click", function () { selectImageInput.click(); });