mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
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:
parent
1a0503f683
commit
26ca751a9d
3 changed files with 8 additions and 4 deletions
|
|
@ -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 */}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue