Set borders for all chat styles

This commit is contained in:
Lounger 2023-12-21 05:00:56 +01:00
parent e3e053ab99
commit 6fbd64db72
2 changed files with 3 additions and 6 deletions

View file

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