footer bottom

This commit is contained in:
Neil 2026-03-17 14:11:12 -07:00
parent c8a4222d93
commit 77b9572b58
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ const SidebarToolbar = React.memo(function SidebarToolbar() {
const setActiveView = useAppStore((s) => s.setActiveView)
return (
<div className="flex items-center justify-between px-2 py-1.5 border-t border-sidebar-border shrink-0">
<div className="mt-auto flex items-center justify-between px-2 py-1.5 border-t border-sidebar-border shrink-0">
<Tooltip>
<TooltipTrigger asChild>
<Button

View file

@ -159,7 +159,7 @@ const WorktreeList = React.memo(function WorktreeList() {
if (worktrees.length === 0) {
return (
<div className="px-4 py-6 text-center text-[11px] text-muted-foreground">
<div className="flex-1 px-4 py-6 text-center text-[11px] text-muted-foreground">
No worktrees found
</div>
)