refactor: update UI component styles and interactions

- Increased gap between action items in Header for improved layout.
- Added onCloseAutoFocus to ChatShareButton for better focus management.
- Enhanced ChevronDown icon in ModelSelector with rotation effect for better visual feedback.
- Adjusted padding in ModelSelector to maintain consistent spacing.
This commit is contained in:
Anish Sarkar 2026-01-20 18:28:50 +05:30
parent 1a0503f683
commit 26ca751a9d
3 changed files with 8 additions and 4 deletions

View file

@ -57,7 +57,7 @@ export function Header({
</div>
{/* Right side - Actions */}
<div className="flex items-center gap-2">
<div className="flex items-center gap-4">
{/* Notifications */}
<NotificationButton />
{/* Share button - only show on chat pages when thread exists */}