Responsive (scroll) workspace header

This commit is contained in:
Gregory Schier
2024-02-15 16:30:08 -08:00
parent 7c18eeae8c
commit c2f5a3bf45
2 changed files with 10 additions and 14 deletions

View File

@@ -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');