refactored chat handling into chat view component

This commit is contained in:
Henry Jameson 2026-07-08 17:47:50 +03:00
commit 26a2b4fca1
13 changed files with 315 additions and 455 deletions

View file

@ -104,7 +104,7 @@
width: 100%;
}
.outgoing {
.-outgoing {
display: flex;
flex-flow: row wrap;
place-content: end flex-end;
@ -118,12 +118,16 @@
}
}
.incoming {
.-incoming {
.chat-message-menu {
left: 0.4rem;
}
}
.-pending {
color: red !important;
}
.chat-message-inner.with-media {
width: 100%;