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

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2023-08-21 22:34:59 +03:00
parent 66fa59d715
commit 2a190fdc19
5 changed files with 49 additions and 1 deletions

View file

@ -8,6 +8,17 @@ textarea.js-edit-checklist-item {
resize: none;
height: 34px;
}
.text-show-at-minicard {
width: 350px;
text-align: left;
}
.text-some-space {
width: 20px;
}
.text-hide-checked-items {
width: 400px;
text-align: left;
}
.delete-text,
.js-delete-checklist-item,
.js-convert-checklist-item-to-card {