expand sub tasks

This commit is contained in:
chamiakJ
2025-07-03 01:31:05 +05:30
parent 3bef18901a
commit ecd4d29a38
435 changed files with 13150 additions and 11087 deletions

View File

@@ -111,12 +111,12 @@
.task-row {
padding: 12px;
}
.task-row .flex {
flex-direction: column;
align-items: flex-start;
}
.task-row .task-metadata {
margin-top: 8px;
margin-left: 0 !important;
@@ -160,7 +160,9 @@
.task-row-enter-active {
opacity: 1;
transform: translateY(0);
transition: opacity 300ms, transform 300ms;
transition:
opacity 300ms,
transform 300ms;
}
.task-row-exit {
@@ -170,7 +172,9 @@
.task-row-exit-active {
opacity: 0;
transform: translateY(-10px);
transition: opacity 300ms, transform 300ms;
transition:
opacity 300ms,
transform 300ms;
}
/* Custom scrollbar */
@@ -492,4 +496,4 @@
background-color: #262626 !important;
border-left-color: #595959;
}
}
}