Update html_instruct_style.css
This commit is contained in:
parent
df90d03e0b
commit
cea7fc2435
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue