added move to top button for task presets

This commit is contained in:
2026-01-17 15:53:33 -05:00
parent 23d2f9475b
commit 3dbdc79b54
4 changed files with 27 additions and 17 deletions

View File

@@ -209,13 +209,6 @@ button:active {
justify-content: flex-end;
}
.icon-btn {
width: 34px;
padding: 6px 0;
font-weight: 700;
line-height: 1;
}
.icon-btn.delete {
.task-actions .delete {
color: #c0392b;
}