Lint the CSS files

This commit is contained in:
oobabooga 2023-10-20 13:02:18 -07:00
parent dedbdb46c2
commit e208128d68
9 changed files with 183 additions and 212 deletions

View file

@ -21,15 +21,15 @@
}
.message-body p:last-child, .chat .message-body ul:last-child, .chat .message-body ol:last-child {
margin-bottom: 0em !important;
margin-bottom: 0 !important;
}
.dark .message-body p em {
color: rgb(198, 202, 214) !important;
color: rgb(198 202 214) !important;
}
.message-body p em {
color: rgb(110, 110, 110) !important;
color: rgb(110 110 110) !important;
}
.gradio-container .chat .assistant-message {
@ -47,7 +47,7 @@
}
.gradio-container .chat .assistant-message:last-child, .gradio-container .chat .user-message:last-child {
margin-bottom: 0px !important;
margin-bottom: 0 !important;
}
.dark .chat .assistant-message {