Restyle the chat input box + several CSS improvements
- Remove extra spacing below the last chat message - Change the background color of code blocks in dark mode - Remove border radius from selected header bar elements - Make the chat scrollbar more discrete
This commit is contained in:
parent
cebe07f29c
commit
bdb6eb5734
4 changed files with 43 additions and 9 deletions
|
@ -43,6 +43,10 @@
|
|||
margin-bottom: 9px !important;
|
||||
}
|
||||
|
||||
.gradio-container .chat .assistant-message:last-child, .gradio-container .chat .user-message:last-child {
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
|
||||
.dark .chat .assistant-message {
|
||||
background-color: #3741519e;
|
||||
border: 1px solid #4b5563;
|
||||
|
@ -58,5 +62,5 @@ code {
|
|||
}
|
||||
|
||||
.dark code {
|
||||
background-color: #1a212f !important;
|
||||
background-color: #0e1321 !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue