Fix layout: move create button to header, increase description area height

- Move '+ Create Task' button into tasks-header to avoid breaking scroll/edit height alignment
- Increase edit-task description textarea from rows=3 to rows=6
- Remove unused .create-task-container and #create-task-btn CSS rules
This commit is contained in:
Yuyao Huang
2026-05-08 16:04:12 +08:00
parent 6b05ba3e2c
commit b060ba6bf8
2 changed files with 2 additions and 13 deletions
-8
View File
@@ -198,10 +198,6 @@
margin-top: 1rem;
}
#create-task-btn {
margin-top: 1rem;
}
@media (orientation: portrait), (max-width: 1023px) {
.side-panel {
position: fixed;
@@ -272,10 +268,6 @@
.side-panel-close {
display: none;
}
.create-task-container {
flex-shrink: 0;
}
}
.empty-state {