fix: Cleanup user menu (#4532)

Move confirmation dialogs from window confirmations
This commit is contained in:
Tom Moor
2022-12-03 15:33:16 -08:00
committed by GitHub
parent d6d1eb4485
commit 13db16283a
4 changed files with 171 additions and 78 deletions

View File

@@ -252,8 +252,9 @@ const Small = styled.div`
animation: ${fadeAndScaleIn} 250ms ease;
margin: auto auto;
width: 30vw;
min-width: 350px;
max-width: 30vw;
max-width: 450px;
z-index: ${depths.modal};
display: flex;
justify-content: center;