add task planner & alert improvments
All checks were successful
Deploy Sokko G / deploy (push) Successful in 7s
All checks were successful
Deploy Sokko G / deploy (push) Successful in 7s
This commit is contained in:
parent
2e6d8a2c0c
commit
e306bfc5d6
15 changed files with 1547 additions and 4 deletions
|
|
@ -205,6 +205,30 @@
|
|||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.task-planner-settings,
|
||||
.task-planner-task-settings {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.task-planner-line {
|
||||
grid-template-columns: 30px 24px minmax(0, 1fr) auto;
|
||||
}
|
||||
|
||||
.task-planner-type-select,
|
||||
.task-planner-warning {
|
||||
grid-column: 3 / -1;
|
||||
}
|
||||
|
||||
.task-planner-actions {
|
||||
grid-column: 4;
|
||||
grid-row: 1;
|
||||
}
|
||||
|
||||
.task-planner-description,
|
||||
.task-planner-task-settings {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.calculator-form {
|
||||
grid-row: auto;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue