feat: ✨ hide sidebar close button for desktop on mobile
This commit is contained in:
parent
c7c70824eb
commit
172bdadd1a
@ -346,7 +346,11 @@ function Organizrr() {
|
|||||||
<Stack>
|
<Stack>
|
||||||
<Dropzone onDrop={handleFileDrop} />
|
<Dropzone onDrop={handleFileDrop} />
|
||||||
<Group justify="flex-end">
|
<Group justify="flex-end">
|
||||||
<ActionIcon variant="transparent" onClick={closeDesktop}>
|
<ActionIcon
|
||||||
|
variant="transparent"
|
||||||
|
onClick={closeDesktop}
|
||||||
|
visibleFrom="sm"
|
||||||
|
>
|
||||||
<IconLayoutSidebarLeftCollapse />
|
<IconLayoutSidebarLeftCollapse />
|
||||||
</ActionIcon>
|
</ActionIcon>
|
||||||
</Group>
|
</Group>
|
||||||
|
Loading…
Reference in New Issue
Block a user