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

View File

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