Android task entry fix

This commit is contained in:
2026-03-29 10:52:33 -04:00
parent f3d194fbaf
commit 596a27c952
4 changed files with 49 additions and 53 deletions

View File

@ -156,7 +156,12 @@
line-height: 1;
}
/* Add-task row */
/* Add-task row — sits outside the scroll container as a fixed-height flex item */
.yaotp-add-task-item {
flex-shrink: 0;
border-bottom: 1px solid var(--background-modifier-border);
}
.yaotp-drag-handle-disabled {
opacity: 0.2;
cursor: default;