feat: rotate task cards slightly while moving them between buckets

This commit is contained in:
kolaente 2022-02-26 14:03:30 +01:00
parent 051dd98ff7
commit 17ba56f12d
No known key found for this signature in database
GPG key ID: F40E70337AB24C9B

View file

@ -654,6 +654,10 @@ $filter-container-height: '1rem - #{$switch-view-height}';
}
}
.sortable-chosen .task {
transform: rotate(3deg);
}
.bucket {
border-radius: $radius;
position: relative;