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