mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 16:17:57 +01:00
Update html_instruct_style.css
This commit is contained in:
parent
df90d03e0b
commit
cea7fc2435
@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
.gradio-container .chat .assistant-message {
|
.gradio-container .chat .assistant-message {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
border-radius: 15px;
|
border-radius: 20px;
|
||||||
background-color: #0000000f;
|
background-color: #0000000f;
|
||||||
margin-top: 9px !important;
|
margin-top: 9px !important;
|
||||||
margin-bottom: 18px !important;
|
margin-bottom: 18px !important;
|
||||||
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
.gradio-container .chat .user-message {
|
.gradio-container .chat .user-message {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
border-radius: 15px;
|
border-radius: 20px;
|
||||||
margin-bottom: 9px !important;
|
margin-bottom: 9px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user