We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6cea29 commit 0bb1b44Copy full SHA for 0bb1b44
1 file changed
src/components/layout/RightPanelHeader.tsx
@@ -60,7 +60,7 @@ export function RightPanelHeader() {
60
className={`flex items-center justify-between gap-1 py-1 h-11 border-b border-white/10 shrink-0 ${needsTrafficLightOffset && isRightPanelFocused && !isMobile ? 'pl-20' : ''}`}
61
>
62
<div className="flex items-center gap-0.5 min-w-0 overflow-x-auto">
63
- {isRightPanelFocused && !isMobile && (
+ {isRightPanelFocused && !isMobile && !isSidebarOpen && (
64
<>
65
<SidebarTrigger />
66
<NewAgentButton />
0 commit comments