mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-01-26 02:14:18 +01:00
Increase instruct mode padding
This commit is contained in:
parent
0c7ef26981
commit
158ec51ae3
|
|
@ -43,11 +43,11 @@
|
|||
}
|
||||
|
||||
.assistant-message {
|
||||
padding: 10px;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.user-message {
|
||||
padding: 10px;
|
||||
padding: 15px;
|
||||
background-color: #f1f1f1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue