mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-06 15:13:38 +00:00
UI: Add padding to only show the last message/reply after sending a message
To avoid scrolling
This commit is contained in:
parent
d9da16edba
commit
690d693913
10 changed files with 25 additions and 20 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue