style: imply speech bubbles

This commit is contained in:
Cat Flynn 2025-04-26 21:08:26 +01:00
parent d62e6c7593
commit 50a2f0ee69

View File

@ -135,6 +135,8 @@ h1 {
color: var(--light-cyan); color: var(--light-cyan);
float: left; float: left;
border-bottom-left-radius: 0;
} }
.message-content.theirs h3 { .message-content.theirs h3 {
@ -154,6 +156,8 @@ h1 {
right: 0; right: 0;
margin-bottom: 0.5em; margin-bottom: 0.5em;
border-bottom-right-radius: 0;
} }
.ours .message-text { .ours .message-text {