fix emojis being beeg in user view

This commit is contained in:
Lera Elvoé 2025-05-30 17:29:36 +03:00
parent bf2bcc4a7f
commit 3e9f771ad3
Signed by: yagich
SSH Key Fingerprint: SHA256:6xjGb6uA7lAVcULa7byPEN//rQ0wPoG+UzYVMfZnbvc
2 changed files with 10 additions and 0 deletions

View File

@ -532,3 +532,8 @@ ul, ol {
border-radius: 4px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}
.emoji {
max-width: 15px;
max-height: 15px;
}

View File

@ -546,3 +546,8 @@ ul, ol {
border-radius: 4px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}
.emoji {
max-width: 15px;
max-height: 15px;
}