prevented deletion of tasks with subtasks

This commit is contained in:
2025-07-30 23:16:24 +02:00
parent c5f7fd8ec0
commit 99fa2ab1ce
2 changed files with 7 additions and 2 deletions

View File

@@ -132,8 +132,8 @@ li.task > button{
display: none;
}
li.task:hover{
padding: 15px 0;
li.task{
padding: 5px 0;
}
li.task:hover > button{