feat: draggable events

This commit is contained in:
cv
2021-05-06 12:05:21 +02:00
parent 0631dec3d3
commit 4161dd29c8
17 changed files with 408 additions and 209 deletions
@@ -2,7 +2,6 @@
margin-top: 1em;
display: flex;
flex-direction: column;
gap: 5px;
background-color: rgba(0, 0, 0, 0.05);
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 4px;
@@ -11,6 +10,11 @@
height: 73vh;
}
.list {
display: flex;
flex-direction: column;
}
.empty {
opacity: 0.3;
align-self: center;