mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-27 03:41:11 +01:00
Responsive (scroll) workspace header
This commit is contained in:
@@ -16,7 +16,7 @@ export const SidebarActions = memo(function SidebarActions() {
|
||||
const { hidden, show, hide } = useSidebarHidden();
|
||||
|
||||
return (
|
||||
<HStack>
|
||||
<HStack className="h-full" alignItems="center">
|
||||
<IconButton
|
||||
onClick={async () => {
|
||||
trackEvent('Sidebar', 'Toggle');
|
||||
|
||||
Reference in New Issue
Block a user