mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-28 19:59:46 -05:00
config sidebar save
This commit is contained in:
@@ -207,11 +207,7 @@ export default function Config<T>({
|
||||
</>
|
||||
)}
|
||||
{!disableSidebar && (
|
||||
<Flex
|
||||
w="100%"
|
||||
gap="md"
|
||||
direction={{ base: "column", lg: "row" }}
|
||||
>
|
||||
<Flex w="100%" gap="md" direction={{ base: "column", lg: "row" }}>
|
||||
{/** SIDEBAR (LG) */}
|
||||
<Box
|
||||
visibleFrom="lg"
|
||||
@@ -267,7 +263,9 @@ export default function Config<T>({
|
||||
</ScrollArea>
|
||||
|
||||
{/** SAVE */}
|
||||
<SaveOrReset fullWidth />
|
||||
<Stack gap="xs">
|
||||
<SaveOrReset fullWidth />
|
||||
</Stack>
|
||||
</Stack>
|
||||
</Box>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user