mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Change instruct html a bit
This commit is contained in:
parent
4a28f39823
commit
8cd899515e
@ -42,15 +42,19 @@
|
|||||||
color: rgb(110, 110, 110) !important;
|
color: rgb(110, 110, 110) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.assistant-message {
|
.gradio-container .chat .assistant-message {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
border-radius: 20px;
|
||||||
|
background-color: #0000000f;
|
||||||
|
margin-bottom: 17.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-message {
|
.gradio-container .chat .user-message {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
background-color: #f1f1f1;
|
border-radius: 20px;
|
||||||
|
margin-bottom: 17.5px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark .user-message {
|
.dark .chat .assistant-message {
|
||||||
background-color: #ffffff1a;
|
background-color: #ffffff21;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user