Skip to content

Commit

Permalink
Add a margin
Browse files Browse the repository at this point in the history
  • Loading branch information
oobabooga committed Dec 14, 2024
1 parent f059129 commit 6599aa9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions css/html_instruct_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
padding-top: 0 !important;
}

.chat > .messages > :last-child {
margin-bottom: 0.85rem;
}

.chat .message-body p, .chat .message-body li {
font-size: 1rem !important;
line-height: 28px !important;
Expand Down
2 changes: 1 addition & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
flex-direction: column;
}

.chat > .messages:first-child {
.chat > .messages > :first-child {
padding-top: 20px;
}

Expand Down

0 comments on commit 6599aa9

Please sign in to comment.