Fix MobileRibbons position

This commit is contained in:
ajnart
2023-01-06 11:36:03 +09:00
parent 2b21ba43cd
commit 77ff6ead56

View File

@@ -1,4 +1,4 @@
import { ActionIcon, createStyles } from '@mantine/core'; import { ActionIcon, createStyles, Space } from '@mantine/core';
import { useDisclosure } from '@mantine/hooks'; import { useDisclosure } from '@mantine/hooks';
import { IconChevronLeft, IconChevronRight } from '@tabler/icons'; import { IconChevronLeft, IconChevronRight } from '@tabler/icons';
import { useConfigContext } from '../../../../config/provider'; import { useConfigContext } from '../../../../config/provider';
@@ -35,7 +35,9 @@ export const MobileRibbons = () => {
location="left" location="left"
/> />
</> </>
) : null} ) : (
<Space />
)}
{layoutSettings.enabledRightSidebar ? ( {layoutSettings.enabledRightSidebar ? (
<> <>