discourse/app/assets/stylesheets/common/base/emoji.scss
chapoi 26e3e027a5
UX: update emoji size (#34494)
Actual change instead of #34324
2025-09-25 09:53:07 -06:00

38 lines
424 B
SCSS
Vendored

img.emoji {
width: 1em;
height: 1em;
vertical-align: text-bottom;
h1 &,
h2 &,
h3 &,
h4 &,
h5 &,
h6 & {
vertical-align: middle;
}
}
img.emoji.only-emoji {
width: 32px;
height: 32px;
margin: 0.5em 0;
}
a,
.md-table,
.poll,
li {
img.emoji.only-emoji {
width: 20px;
height: 20px;
margin: 0;
}
}
small img.emoji,
sub img.emoji,
sup img.emoji {
height: 1.1em;
width: 1.1em;
}