mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-20 22:13:43 +00:00
UI: Fix code block scrollbar flash during page load
This commit is contained in:
parent
ae997d6a36
commit
beb6e17ac7
1 changed files with 3 additions and 0 deletions
|
|
@ -579,11 +579,14 @@ audio {
|
|||
padding: 1px 3px;
|
||||
background: #f3f4f6 !important;
|
||||
color: #1f2328;
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: var(--neutral-300) transparent;
|
||||
}
|
||||
|
||||
.dark .message-body pre > code {
|
||||
background: #0d1117 !important;
|
||||
color: rgb(201 209 217);
|
||||
scrollbar-color: rgb(255 255 255 / 6.25%) transparent;
|
||||
}
|
||||
|
||||
.message-body pre > code {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue