made some changes for testing (UI)

This commit is contained in:
2025-12-16 17:07:39 -05:00
parent 946d7d6003
commit fca1626921
3 changed files with 10 additions and 1 deletions

View File

@@ -233,6 +233,10 @@ onBeforeUnmount(() => {
padding: 0.5rem 0;
}
/* Fallback for browsers that don't support flex gap */
.task-card + .task-card {
margin-left: 0.75rem;
}
.task-card {
background: rgba(255, 255, 255, 0.15);
border-radius: 8px;