allow emoji reacts to be non-square

This commit is contained in:
Henry Jameson 2026-05-12 15:53:52 +03:00
commit a0681ca17c
5 changed files with 23 additions and 0 deletions

View file

@ -119,6 +119,10 @@
max-width: 1.25em;
height: 1.25em;
width: auto;
&.-wide {
max-width: 3.75em;
}
}
.emoji-reaction-emoji-image {