Skip to content

Commit

Permalink
Update app.css
Browse files Browse the repository at this point in the history
  • Loading branch information
jiinbe authored Jun 24, 2024
1 parent 24f5ed1 commit df983fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ outline: 0;
input[type="file"] {
color: transparent;
width: 100%;
height: 300px;
height: auto;
cursor: pointer;
}
input[type="file"]::-webkit-file-upload-button {
Expand All @@ -43,7 +43,7 @@ background-repeat: no-repeat;
background-position: center center;
background-size: cover;
width: 100%;
height: 300px;
height: auto;
}
input:hover {
max-width: 100%;
Expand Down

0 comments on commit df983fb

Please sign in to comment.