refactored chat handling into chat view component
This commit is contained in:
parent
a58cdd954d
commit
26a2b4fca1
13 changed files with 315 additions and 455 deletions
|
|
@ -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%;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue