Set borders for all chat styles
This commit is contained in:
parent
e3e053ab99
commit
6fbd64db72
2 changed files with 3 additions and 6 deletions
|
@ -1,14 +1,8 @@
|
|||
.chat-parent {
|
||||
border-radius: 0 0 0 8px !important;
|
||||
}
|
||||
|
||||
.chat {
|
||||
background: var(--block-background-fill);
|
||||
padding: 24px 19px;
|
||||
padding-right: 19px !important;
|
||||
border: 1px solid var(--block-border-color);
|
||||
border-top: none;
|
||||
border-radius: 0 0 0 8px !important;
|
||||
}
|
||||
|
||||
.message {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue