mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-28 04:37:37 +00:00
style(client): soften the message nav hover tooltip
Rounder corners and the light border weight to match the rest of the floating surfaces.
This commit is contained in:
parent
fde665b25d
commit
77d801c6be
1 changed files with 1 additions and 1 deletions
|
|
@ -1361,7 +1361,7 @@ function MessageNav({ scrollableRef }: { scrollableRef: React.RefObject<HTMLDivE
|
|||
transform: 'translateY(-50%)',
|
||||
zIndex: 999,
|
||||
}}
|
||||
className="pointer-events-none max-w-[280px] rounded-md border border-border-medium bg-surface-secondary px-3 py-2 text-text-secondary shadow-lg"
|
||||
className="pointer-events-none max-w-[280px] rounded-xl border border-border-light bg-surface-secondary px-3 py-2 text-text-secondary shadow-lg"
|
||||
>
|
||||
<p className="line-clamp-3 text-xs">{tipText}</p>
|
||||
</div>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue