feat: add subtle shadows to chat input and sidebar

Added a box shadow to the chat input on desktop for depth
Added an inset shadow to the sidebar when open for visual separation
This commit is contained in:
Bohdan Triapitsyn
2026-07-18 00:18:28 +03:00
parent 17f1b24709
commit 2af5cd39d1
2 changed files with 2 additions and 0 deletions
@@ -5066,6 +5066,7 @@ const ChatInputComponent: React.FC<ChatInputProps> = ({ onOpenSettings, scrollTo
"flex flex-col relative overflow-visible",
isComposerExpanded && 'flex-1 min-h-0',
"border border-border/80",
!isMobile && "shadow-[0_4px_16px_-4px_rgb(0_0_0_/_0.12)]",
"focus-within:ring-1",
inputMode === 'shell'
? 'focus-within:ring-[var(--status-info)]'