mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +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%',
|
||||
},
|
||||
},
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import { t } from 'i18next';
|
||||
import { Suspense } from 'react';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user