mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04: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 New Issue
Block a user