mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 00:02:31 +00:00
Resize sidebar footer icons (#5215)
Co-authored-by: Orca <help@stably.ai>
This commit is contained in:
@@ -20,7 +20,7 @@ export function ScrollToCurrentWorkspaceToolbarButton(): React.JSX.Element {
|
||||
onClick={requestScrollToCurrentWorkspaceReveal}
|
||||
className="text-muted-foreground"
|
||||
>
|
||||
<Crosshair className="size-4" />
|
||||
<Crosshair className="size-3.5" />
|
||||
</Button>
|
||||
</TooltipTrigger>
|
||||
<TooltipContent side="top" sideOffset={4}>
|
||||
|
||||
@@ -173,7 +173,7 @@ export function SidebarSettingsHelpMenu(): React.JSX.Element {
|
||||
onPointerDown={(event) => revealAdminOptions(event.altKey)}
|
||||
onClick={(event) => revealAdminOptions(event.altKey)}
|
||||
>
|
||||
<CircleHelp className="size-4" />
|
||||
<CircleHelp className="size-3.5" />
|
||||
</Button>
|
||||
</DropdownMenuTrigger>
|
||||
</TooltipTrigger>
|
||||
|
||||
@@ -81,7 +81,7 @@ const SidebarToolbar = React.memo(function SidebarToolbar({
|
||||
onClick={handleWorkspaceBoardClick}
|
||||
className="text-muted-foreground"
|
||||
>
|
||||
<Kanban className="size-4" />
|
||||
<Kanban className="size-3.5" />
|
||||
</Button>
|
||||
</TooltipTrigger>
|
||||
<TooltipContent side="top" sideOffset={4}>
|
||||
|
||||
Reference in New Issue
Block a user