mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-10 06:12:43 +02:00
decrease settings modal width
This commit is contained in:
@@ -7,11 +7,11 @@ export const openSettingsModal = () => {
|
||||
overlayProps: {
|
||||
opacity: 1,
|
||||
},
|
||||
size: '2xl',
|
||||
size: '60rem',
|
||||
styles: {
|
||||
content: {
|
||||
height: '100%',
|
||||
maxWidth: 'var(--theme-content-max-width)',
|
||||
maxWidth: '90%',
|
||||
width: '100%',
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user