Instruct mode color/style improvements
This commit is contained in:
parent
0f1627eff1
commit
617530296e
1 changed files with 4 additions and 3 deletions
|
@ -51,15 +51,16 @@
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
background-color: #0000000f;
|
background-color: #0000000f;
|
||||||
margin-bottom: 17.5px;
|
margin-top: 9px !important;
|
||||||
|
margin-bottom: 18px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gradio-container .chat .user-message {
|
.gradio-container .chat .user-message {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
margin-bottom: 17.5px !important;
|
margin-bottom: 9px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark .chat .assistant-message {
|
.dark .chat .assistant-message {
|
||||||
background-color: #ffffff21;
|
background-color: #374151;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue