Fix #86: Investigate chat system rendering bug observed while away from dev environment #118

Open
typosaurus wants to merge 2 commits from typosaurus/ticket-86 into master
2 changed files with 7 additions and 1 deletions
Showing only changes of commit 5f956d12f6 - Show all commits

File diff suppressed because one or more lines are too long

View File

@ -236,6 +236,12 @@ dp-chat[mode="embed"] {
border-bottom-right-radius: 4px;
}
.message-bubble.mine a,
.message-bubble.mine .rendered-content a {
color: var(--white);
text-decoration: underline;
}
.message-bubble.theirs {
align-self: flex-start;
background: var(--bg-card-hover);