0

Remove border from moderator message

This commit is contained in:
Gabe Kangas 2023-01-20 16:17:20 -08:00
parent 46c0af1612
commit d6ec47667a
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -4,10 +4,6 @@
background-color: var(--theme-background-primary); background-color: var(--theme-background-primary);
color: var(--theme-color-components-chat-text); color: var(--theme-color-components-chat-text);
margin: 5px; margin: 5px;
border-radius: 15px;
border-color: var(--theme-color-components-text-on-dark);
border-width: 1px;
border-style: solid;
padding: 10px 10px; padding: 10px 10px;
@include flexCenter; @include flexCenter;