add: full working chats

This commit is contained in:
trisua 2025-08-28 20:26:38 -04:00
parent b360c5e737
commit 3f8171938e
7 changed files with 77 additions and 13 deletions

View file

@ -323,6 +323,10 @@ video {
max-width: 15rem;
}
.dropdown .inner.surface {
background: var(--color-surface);
}
.dropdown .inner.left {
right: unset;
left: 0;
@ -757,13 +761,13 @@ menu.col {
justify-content: flex-end;
}
.message .inner {
.message .body {
padding: var(--pad-2) var(--pad-3);
background: var(--color-surface);
color: var(--color-text);
}
.message.mine .inner {
.message.mine .body {
background: var(--color-primary);
color: var(--color-text-primary);
}