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
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 0 deletions

View File

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