mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
decrease settings modal width
This commit is contained in:
@@ -7,11 +7,11 @@ export const openSettingsModal = () => {
|
|||||||
overlayProps: {
|
overlayProps: {
|
||||||
opacity: 1,
|
opacity: 1,
|
||||||
},
|
},
|
||||||
size: '2xl',
|
size: '60rem',
|
||||||
styles: {
|
styles: {
|
||||||
content: {
|
content: {
|
||||||
height: '100%',
|
height: '100%',
|
||||||
maxWidth: 'var(--theme-content-max-width)',
|
maxWidth: '90%',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
import { t } from 'i18next';
|
|
||||||
import { Suspense } from 'react';
|
import { Suspense } from 'react';
|
||||||
import { useTranslation } from 'react-i18next';
|
import { useTranslation } from 'react-i18next';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user