fix: move left panel toggle over
- not sure how this impacts on the titlebar when the traffic lights are there
This commit is contained in:
@@ -88,7 +88,7 @@ export function Titlebar() {
|
|||||||
onClick={layout.mobileSidebar.toggle}
|
onClick={layout.mobileSidebar.toggle}
|
||||||
/>
|
/>
|
||||||
<TooltipKeybind
|
<TooltipKeybind
|
||||||
class="hidden xl:flex shrink-0"
|
class="hidden xl:flex shrink-0 ml-14"
|
||||||
placement="bottom"
|
placement="bottom"
|
||||||
title="Toggle sidebar"
|
title="Toggle sidebar"
|
||||||
keybind={command.keybind("sidebar.toggle")}
|
keybind={command.keybind("sidebar.toggle")}
|
||||||
|
|||||||
@@ -1333,10 +1333,10 @@ export default function Layout(props: ParentProps) {
|
|||||||
as={IconButton}
|
as={IconButton}
|
||||||
icon="dot-grid"
|
icon="dot-grid"
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
class="shrink-0 size-6 rounded-md hidden group-hover/project:flex group-focus-within/project:flex"
|
class="shrink-0 size-6 rounded-md opacity-0 group-hover/project:opacity-100 data-[expanded]:opacity-100 data-[expanded]:bg-surface-base-active"
|
||||||
/>
|
/>
|
||||||
<DropdownMenu.Portal>
|
<DropdownMenu.Portal>
|
||||||
<DropdownMenu.Content>
|
<DropdownMenu.Content class="mt-1">
|
||||||
<DropdownMenu.Item onSelect={() => dialog.show(() => <DialogEditProject project={p} />)}>
|
<DropdownMenu.Item onSelect={() => dialog.show(() => <DialogEditProject project={p} />)}>
|
||||||
<DropdownMenu.ItemLabel>Edit project</DropdownMenu.ItemLabel>
|
<DropdownMenu.ItemLabel>Edit project</DropdownMenu.ItemLabel>
|
||||||
</DropdownMenu.Item>
|
</DropdownMenu.Item>
|
||||||
|
|||||||
Reference in New Issue
Block a user