generated from t/malachite
add: full working chats
This commit is contained in:
parent
b360c5e737
commit
3f8171938e
7 changed files with 77 additions and 13 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue