mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 01:40:15 +01:00
🪟 Minor UI Styling Changes (#1260)
* Correct the display of the interface when hovering with the mouse * Replace ring-1 with border completely. * Fix it so that the text does not overlap with the SVG in mobile navigation. * Remove the extra class -ml-0.5 -mt-0.5, there is no need to shift the buttons
This commit is contained in:
parent
f1bc711cd7
commit
270031c783
7 changed files with 10 additions and 9 deletions
|
|
@ -42,7 +42,7 @@ export default function PopoverButtons({
|
|||
label: `Show ${showAgentSettings ? 'Completion' : 'Agent'} Settings`,
|
||||
buttonClass: '',
|
||||
handler: () => setShowAgentSettings((prev) => !prev),
|
||||
icon: <GPTIcon className={cn('mr-1 mt-[2px] w-[14px]', iconClass)} size={14} />,
|
||||
icon: <GPTIcon className={cn('mr-1 w-[14px]', iconClass)} size={24} />,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue