mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 01:15:47 +01:00
Fix MobileRibbons position
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { ActionIcon, createStyles } from '@mantine/core';
|
||||
import { ActionIcon, createStyles, Space } from '@mantine/core';
|
||||
import { useDisclosure } from '@mantine/hooks';
|
||||
import { IconChevronLeft, IconChevronRight } from '@tabler/icons';
|
||||
import { useConfigContext } from '../../../../config/provider';
|
||||
@@ -35,7 +35,9 @@ export const MobileRibbons = () => {
|
||||
location="left"
|
||||
/>
|
||||
</>
|
||||
) : null}
|
||||
) : (
|
||||
<Space />
|
||||
)}
|
||||
|
||||
{layoutSettings.enabledRightSidebar ? (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user