Fix spacing in messages list; fix image message size on mobile; restore scrolling to chat screen when loading message.

This commit is contained in:
天クマ 2026-08-17 17:05:28 -03:00
commit 5943621dbf
3 changed files with 9 additions and 1 deletions

View file

@ -363,6 +363,7 @@ li {
cursor: pointer;
transition: all 0.2s ease;
border: 1px solid transparent;
margin-left: 0px;
}
.chat-item.selected {
@ -1032,6 +1033,10 @@ li {
.message-group {
max-width: 90%;
}
.message-group.image {
max-width: 60%;
}
.message-image-attachement {
max-height: 20em;