mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-01-13 04:00:13 +01:00
Add slight padding to top of message container
This commit is contained in:
parent
568541aa31
commit
588b37c032
|
|
@ -360,6 +360,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
.chat > .messages {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
.chat .message:last-child {
|
||||
|
|
|
|||
Loading…
Reference in a new issue