Lint the JS/CSS
This commit is contained in:
parent
648c2d1cc2
commit
c419206ce1
5 changed files with 24 additions and 25 deletions
|
@ -1,13 +1,13 @@
|
|||
.chat {
|
||||
background: var(--block-background-fill);
|
||||
padding: 24px 19px;
|
||||
padding-right: 19px !important;
|
||||
padding-top: 0px;
|
||||
border: 1px solid var(--block-border-color);
|
||||
background: var(--block-background-fill);
|
||||
padding: 24px 19px;
|
||||
padding-right: 19px !important;
|
||||
padding-top: 0;
|
||||
border: 1px solid var(--block-border-color);
|
||||
}
|
||||
|
||||
.chat > .messages {
|
||||
padding-top: 28px !important;
|
||||
padding-top: 28px !important;
|
||||
}
|
||||
|
||||
.message {
|
||||
|
@ -62,7 +62,6 @@
|
|||
.gradio-container .chat .user-message {
|
||||
padding: 20px;
|
||||
background-color: var(--color-accent-soft);
|
||||
border-radius: 20px;
|
||||
margin-bottom: 12px !important;
|
||||
margin-left: 16px;
|
||||
border-radius: 22px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue