WIP: feat: route modals everywhere #2735

Closed
dpschen wants to merge 15 commits from dpschen/frontend:feature/route-modals-everywhere into main
1 changed files with 5 additions and 3 deletions
Showing only changes of commit 6115a67cfa - Show all commits

View File

@ -809,9 +809,11 @@ async function setPercentDone(percentDone: number) {
--primary-light: hsla(var(--primary-h), var(--primary-s), 73%, var(--primary-a));
padding-bottom: 0;
@media screen and (min-width: $desktop) {
padding-bottom: 1rem;
}
&:not(.is-modal) {
@media screen and (min-width: $desktop) {
padding-bottom: 1rem;
}
}
}
.task-view {