Changes:
- add replies - add reactions - add message redacting - fix chat height when opening mobile keyboard
This commit is contained in:
parent
75cd78ed5a
commit
4016975900
10 changed files with 1286 additions and 310 deletions
|
|
@ -630,7 +630,18 @@ space{
|
|||
.chat-message {
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
padding: 0.2rem 0;
|
||||
padding: 0.4rem 0.6rem;
|
||||
margin: 0 -0.6rem;
|
||||
border-radius: 0.8rem;
|
||||
transition: background-color 0.15s ease;
|
||||
}
|
||||
@media (hover: hover) {
|
||||
.chat-message:hover {
|
||||
background-color: rgba(255, 255, 255, 0.04);
|
||||
}
|
||||
}
|
||||
.chat-message:active, .chat-message.context-menu-open {
|
||||
background-color: rgba(255, 255, 255, 0.04);
|
||||
}
|
||||
.chat-message.with-avatar {
|
||||
margin-top: 0.8rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue