Skip to content

Commit

Permalink
smol fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
erikpersson0884 committed Feb 4, 2024
1 parent 9f83342 commit 156e7aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ body {
cursor: pointer;

height: 100%;
/* min-width: 7rem; */
padding: 10px;
border: 0;
outline: var(--border-width) solid #ddd;
Expand Down
2 changes: 0 additions & 2 deletions js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ function checkIfSquare(width, height) {
return width === height;
}



selectImageButton.addEventListener("click", function () {
selectImageInput.click();
});
Expand Down

0 comments on commit 156e7aa

Please sign in to comment.