Chat link style fixes

This commit is contained in:
Alex Gleason 2020-08-27 00:33:57 -05:00
parent 8b621d30fc
commit 0e21cf26f4
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 6 additions and 0 deletions

View File

@ -110,6 +110,12 @@
max-width: 70%;
border-radius: 10px;
background-color: var(--background-color);
overflow: hidden;
text-overflow: ellipsis;
a {
color: var(--brand-color--hicontrast);
}
}
&--me .chat-message__bubble {