mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 10:20:15 +01:00
💬 style: Chat UI, Greeting, and Message adjustments (#6612)
* style: reduce gap in Message and Content Render components * style: adjust padding and font size in Chat components for improved layout * feat: personalize greeting message with user name in Landing component
This commit is contained in:
parent
a10bc87979
commit
e2ff0f986d
5 changed files with 19 additions and 16 deletions
|
|
@ -159,7 +159,7 @@ const MessageRender = memo(
|
|||
>
|
||||
<h2 className={cn('select-none font-semibold', fontSize)}>{messageLabel}</h2>
|
||||
|
||||
<div className="flex flex-col gap-1 md:gap-3">
|
||||
<div className="flex flex-col gap-1">
|
||||
<div className="flex max-w-full flex-grow flex-col gap-0">
|
||||
<MessageContext.Provider
|
||||
value={{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue