Minor CSS improvements in chat mode

This commit is contained in:
oobabooga 2023-05-02 23:38:51 -03:00
parent e3968f7dd0
commit 875da16b7b
3 changed files with 4 additions and 4 deletions

View file

@ -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;

View file

@ -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;

View file

@ -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 {