mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-07 02:58:50 +01:00
🎨 style: Improve Styling (#3205)
* style: add scrollbar-gutter to prevent layout shift * style: better styling for simple/advanced tab and remove border-r on smaller screens * style: better description styling * style: make sure single response Messages style is the same as pre-multi-stream response feature
This commit is contained in:
parent
156c52e293
commit
791b0139bc
9 changed files with 44 additions and 29 deletions
|
|
@ -25,6 +25,7 @@
|
|||
html {
|
||||
--text-primary:var(--gray-800);
|
||||
--text-secondary:var(--gray-600);
|
||||
--text-secondary-alt:var(--gray-500);
|
||||
--text-tertiary:var(--gray-500);
|
||||
--surface-primary:var(--white);
|
||||
--surface-primary-alt:var(--white);
|
||||
|
|
@ -40,6 +41,7 @@ html {
|
|||
.dark {
|
||||
--text-primary:var(--gray-100);
|
||||
--text-secondary:var(--gray-300);
|
||||
--text-secondary-alt:var(--gray-400);
|
||||
--text-tertiary:var(--gray-500);
|
||||
--surface-primary:var(--gray-900);
|
||||
--surface-primary-alt:var(--gray-850);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue