Move toasts in calls up and fix click to dismiss

This commit is contained in:
Jamie Kyle
2024-05-15 17:07:13 -07:00
committed by GitHub
parent 31cbb89b0d
commit 8fd3059de8
8 changed files with 34 additions and 4 deletions

View File

@@ -43,3 +43,7 @@
// Roughly size of composer + a bit of padding
bottom: 40px;
}
.ToastManager--full-screen-call {
bottom: calc($CallControls__height + 32px);
}