Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions apps/meteor/app/theme/client/imports/components/emoji.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,11 @@
/* emojis on messages */
&__emoji {
font-family: 'Apple Color Emoji', 'Segoe UI Emoji', 'Noto Color Emoji', 'Twemoji Mozilla', 'Android Emoji', sans-serif;

/* fuselage's fixed-size inline-block box (meant for image-based custom emojis) is too small for native glyphs on fonts with wider metrics (e.g. Linux), so they overflow the box and crowd the surrounding text; :not(--custom) outranks its specificity to override reliably */
&:not(&--custom) {
width: auto;
margin: .15em .05em;
}
}
}
Loading