mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 20:40:15 +02:00
move settings page back into modal
This commit is contained in:
@@ -41,7 +41,7 @@ export const SettingsHeader = ({ setSearch }: SettingsHeaderProps) => {
|
||||
return (
|
||||
<Flex>
|
||||
<PageHeader>
|
||||
<LibraryHeaderBar ignoreMaxWidth>
|
||||
<LibraryHeaderBar>
|
||||
<Flex align="center" justify="space-between" w="100%">
|
||||
<Group wrap="nowrap">
|
||||
<Icon icon="settings" size="5xl" />
|
||||
|
||||
@@ -10,9 +10,8 @@ export const openSettingsModal = () => {
|
||||
size: '2xl',
|
||||
styles: {
|
||||
content: {
|
||||
height: '80%',
|
||||
maxWidth: '960px',
|
||||
minHeight: '540px',
|
||||
height: '100%',
|
||||
maxWidth: 'var(--theme-content-max-width)',
|
||||
width: '100%',
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user