Skip to content

Commit

Permalink
styling placeholder canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
sirilius committed Nov 10, 2021
1 parent a92ea6d commit 80b9918
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -417,12 +417,18 @@ footer {
text-align: center;
margin-top: 25%;
}

.draggable-file-label {
cursor: pointer;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.dropbtn {
Expand Down

0 comments on commit 80b9918

Please sign in to comment.