lock min size of button and dragndrop
This commit is contained in:
parent
e8d983f462
commit
8a850aeaa6
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user