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>
|
||||
<Dropzone onDrop={handleFileDrop} />
|
||||
<Group justify="flex-end">
|
||||
<ActionIcon variant="transparent" onClick={closeDesktop}>
|
||||
<ActionIcon
|
||||
variant="transparent"
|
||||
onClick={closeDesktop}
|
||||
visibleFrom="sm"
|
||||
>
|
||||
<IconLayoutSidebarLeftCollapse />
|
||||
</ActionIcon>
|
||||
</Group>
|
||||
|
Loading…
Reference in New Issue
Block a user