This commit is contained in:
2023-06-25 16:06:32 +08:00
parent 494a0f66e3
commit 01d364a1ec
5 changed files with 108 additions and 21 deletions

View File

@@ -104,3 +104,15 @@
margin: 0;
}
}
.task_manager #task_head {
display: flex;
justify-content: space-between;
align-items: center;
}
.new_task .close {
position: absolute;
right: 10px;
top: 10px;
}