fix(chat): give social chat messages added spacing

This commit is contained in:
Gabe Kangas 2023-04-15 19:13:59 -07:00
parent 68959c5739
commit c41742dc86
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -5,6 +5,7 @@
padding: 10px 10px;
border-radius: 15px;
background-color: var(--theme-color-background-main);
margin: 0.5em;
&:hover {
border-color: var(--theme-text-link);