increased min size for note boxes
This commit is contained in:
@@ -22,8 +22,8 @@ div#note-container {
|
|||||||
div.note-box {
|
div.note-box {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
border: 1px solid white;
|
border: 1px solid white;
|
||||||
min-width: 20px;
|
min-width: 5px;
|
||||||
min-height: 20px;
|
min-height: 5px;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
cursor: move;
|
cursor: move;
|
||||||
|
|||||||
Reference in New Issue
Block a user