mobile improvements, fix dismiss 1 task

This commit is contained in:
Michael Shamoon
2022-05-26 22:15:56 -07:00
parent 00a5c13001
commit dc86993c84
3 changed files with 24 additions and 11 deletions

View File

@@ -1,3 +1,7 @@
::ng-deep .popover {
max-width: 50%;
}
::ng-deep .popover.mobile {
max-width: 75%;
}