fix emoji size incosistencies and proper scaling support
This commit is contained in:
parent
5a8eae4510
commit
c698dec89d
7 changed files with 7 additions and 6 deletions
|
|
@ -51,7 +51,7 @@
|
|||
.user-list-popover {
|
||||
padding: 0.5em;
|
||||
|
||||
--emoji-size: 16px;
|
||||
--emoji-size: calc(var(--emojiSize, 32px) / 2);
|
||||
|
||||
.user-list-row {
|
||||
padding: 0.25em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue