mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-30 23:28:52 +01:00
🧹 chore: pre-release cleanup 2 (#3600)
* refactor: scrollToEnd * fix(validateConvoAccess): search conversation by ID for proper validation * feat: Add unique index for conversationId and user in convoSchema * refactor: Update font sizes 1 rem -> font-size-base in style.css * fix: Assistants map type issues * refactor: Remove obsolete scripts * fix: Update DropdownNoState component to handle both string and OptionType values * refactor: Remove config/loader.js file * fix: remove crypto.randomBytes(); refactor: Create reusable function for generating token and hash
This commit is contained in:
parent
6fead1005b
commit
1ff4841603
20 changed files with 172 additions and 637 deletions
|
|
@ -2217,31 +2217,31 @@ ol ol):not(:where([class~=not-prose] *)) {
|
|||
}
|
||||
|
||||
.message-content {
|
||||
font-size: var(--markdown-font-size, 1rem);
|
||||
font-size: var(--markdown-font-size, var(--font-size-base));
|
||||
line-height: 1.75;
|
||||
}
|
||||
|
||||
.message-content pre code {
|
||||
font-size: calc(0.85 * var(--markdown-font-size, 1rem));
|
||||
font-size: calc(0.85 * var(--markdown-font-size, var(--font-size-base)));
|
||||
}
|
||||
|
||||
.message-content pre {
|
||||
font-size: var(--markdown-font-size, 1rem);
|
||||
font-size: var(--markdown-font-size, var(--font-size-base));
|
||||
}
|
||||
|
||||
.code-analyze-block pre code,
|
||||
.code-analyze-block .overflow-y-auto code {
|
||||
font-size: calc(0.85 * var(--markdown-font-size, 1rem));
|
||||
font-size: calc(0.85 * var(--markdown-font-size, var(--font-size-base)));
|
||||
}
|
||||
|
||||
.code-analyze-block pre,
|
||||
.code-analyze-block .overflow-y-auto {
|
||||
font-size: var(--markdown-font-size, 1rem);
|
||||
font-size: var(--markdown-font-size, var(--font-size-base));
|
||||
}
|
||||
|
||||
.progress-text-wrapper {
|
||||
font-size: var(--markdown-font-size, 1rem);
|
||||
line-height: calc(1.25 * var(--markdown-font-size, 1rem));
|
||||
font-size: var(--markdown-font-size, var(--font-size-base));
|
||||
line-height: calc(1.25 * var(--markdown-font-size, var(--font-size-base)));
|
||||
}
|
||||
|
||||
.progress-text-content {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue