UX: improve emoji alignment for text (#19815)
* UX: improve emoji alignment for text * UX: emoji exception for titles
This commit is contained in:
parent
d0780eacdc
commit
18f7b47ecb
|
@ -1,8 +1,17 @@
|
||||||
img.emoji {
|
img.emoji {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
vertical-align: text-bottom;
|
||||||
|
|
||||||
|
h1 &,
|
||||||
|
h2 &,
|
||||||
|
h3 &,
|
||||||
|
h4 &,
|
||||||
|
h5 &,
|
||||||
|
h6 & {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
img.emoji.only-emoji {
|
img.emoji.only-emoji {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
|
|
Loading…
Reference in New Issue