Make join msg not italic and left align it

This commit is contained in:
Gabe Kangas 2023-01-29 14:01:09 -08:00
parent 9f2603bd54
commit f318b69980
No known key found for this signature in database
GPG key ID: 4345B2060657F330

View file

@ -1,7 +1,4 @@
.root {
padding: 10px 0px;
text-align: center;
font-size: 0.8rem;
font-style: italic;
color: var(--theme-color-components-chat-text);
}