fix: Compact invite dialog layout

closes #6819
This commit is contained in:
Tom Moor
2024-04-17 19:26:54 -04:00
parent 2a5c13c2ba
commit e33ca19e64
3 changed files with 6 additions and 4 deletions

View File

@@ -255,7 +255,7 @@ const Small = styled.div`
animation: ${fadeAndScaleIn} 250ms ease;
margin: auto auto;
width: 30vw;
width: 75vw;
min-width: 350px;
max-width: 450px;
z-index: ${depths.modal};