mirror of
https://github.com/stablyai/orca
synced 2026-04-21 14:17:16 +00:00
footer bottom
This commit is contained in:
parent
c8a4222d93
commit
77b9572b58
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue