lock min size of button and dragndrop

This commit is contained in:
Beu 2019-10-23 13:41:26 +02:00
parent e8d983f462
commit 8a850aeaa6
1 changed files with 3 additions and 0 deletions

View File

@ -43,10 +43,13 @@ h1 {
font-size: 20px;
border: 6px dashed #444444;
border-radius: 20px;
min-height: 250px;
}
.dragndrop .button {
cursor: pointer;
min-height: 30px;
min-width: 120px;
}
.dragover {
background-color: #888888;