mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-25 17:29:22 +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 {
|
.chat > .messages {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
padding-top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat .message:last-child {
|
.chat .message:last-child {
|
||||||
|
Loading…
Reference in New Issue
Block a user