Make chat bubble smaller (90%) on mobile.

This commit is contained in:
天クマ 2026-07-16 20:05:53 -03:00
commit 0b9ed3a68a
2 changed files with 1 additions and 3 deletions

View file

@ -745,7 +745,7 @@ input:focus {
}
.message-group {
max-width: 100%;
max-width: 90%;
}
.message-image-attachement {