mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-25 17:29:22 +01:00
Minor CSS improvements in chat mode
This commit is contained in:
parent
e3968f7dd0
commit
875da16b7b
@ -2,7 +2,7 @@
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 800px;
|
||||
height: calc(100vh - 300px);
|
||||
height: calc(100vh - 306px);
|
||||
overflow-y: auto;
|
||||
padding-right: 20px;
|
||||
display: flex;
|
||||
|
@ -2,7 +2,7 @@
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 800px;
|
||||
height: calc(100vh - 300px);
|
||||
height: calc(100vh - 306px);
|
||||
overflow-y: auto;
|
||||
padding-right: 20px;
|
||||
display: flex;
|
||||
|
@ -2,7 +2,7 @@
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 800px;
|
||||
height: calc(100vh - 300px);
|
||||
height: calc(100vh - 306px);
|
||||
overflow-y: auto;
|
||||
padding-right: 20px;
|
||||
display: flex;
|
||||
@ -47,7 +47,7 @@
|
||||
}
|
||||
|
||||
.dark .message-body p em {
|
||||
color: rgb(138, 138, 138) !important;
|
||||
color: rgb(198, 202, 214) !important;
|
||||
}
|
||||
|
||||
.message-body p em {
|
||||
|
Loading…
Reference in New Issue
Block a user