mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-06 02:28:51 +01:00
🎨 style: Enhance UI/UX for Font Size, Mentions, and Prompts (#3575)
* style: fix prompts icon shrinking in command popover * fix: scroll into view behavior for mentions * fix: always apply default font size if not found * refactor: Update useMessageScrolling threshold and debounceRate
This commit is contained in:
parent
2bb0842650
commit
b3821c1404
7 changed files with 36 additions and 19 deletions
|
|
@ -32,6 +32,7 @@ html {
|
|||
--text-secondary:var(--gray-600);
|
||||
--text-secondary-alt:var(--gray-500);
|
||||
--text-tertiary:var(--gray-500);
|
||||
--surface-active:var(--gray-100);
|
||||
--surface-primary:var(--white);
|
||||
--surface-primary-alt:var(--white);
|
||||
--surface-primary-contrast:var(--gray-100);
|
||||
|
|
@ -49,6 +50,7 @@ html {
|
|||
--text-secondary:var(--gray-300);
|
||||
--text-secondary-alt:var(--gray-400);
|
||||
--text-tertiary:var(--gray-500);
|
||||
--surface-active:var(--gray-600);
|
||||
--surface-primary:var(--gray-900);
|
||||
--surface-primary-alt:var(--gray-850);
|
||||
--surface-primary-contrast:var(--gray-850);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue