At opened card, toggle to show checklist at minicard. Part 3.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2023-08-22 01:30:58 +03:00
parent 1f216f5bff
commit 80312d3052
3 changed files with 10 additions and 0 deletions

View file

@ -40,6 +40,8 @@ textarea.js-edit-checklist-item {
display: flex;
justify-content: space-between;
}
.checklist-progress-bar-container {
display: flex;
flex-direction: row;