1
0

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

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;