UI: Add padding to only show the last message/reply after sending a message

To avoid scrolling
This commit is contained in:
oobabooga 2025-05-04 18:04:52 -07:00
parent d9da16edba
commit 690d693913
10 changed files with 25 additions and 20 deletions

View file

@ -8,10 +8,6 @@
padding-top: 0 !important;
}
.chat > .messages > :last-child {
margin-bottom: 1.7rem !important;
}
.chat .message-body p, .chat .message-body li {
font-size: 1rem !important;
line-height: 28px !important;