mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
adjust settings modal sizing
This commit is contained in:
@@ -7,10 +7,11 @@ export const openSettingsModal = () => {
|
||||
overlayProps: {
|
||||
opacity: 1,
|
||||
},
|
||||
size: 'xl',
|
||||
size: '2xl',
|
||||
styles: {
|
||||
content: {
|
||||
height: 'calc(100vh - 400px)',
|
||||
height: 'calc(100dvh - 160px)',
|
||||
maxWidth: '960px',
|
||||
minHeight: '540px',
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user