UX: improve emoji alignment for text (#19815)

* UX: improve emoji alignment for text

* UX: emoji exception for titles
This commit is contained in:
chapoi 2023-01-30 14:07:08 +01:00 committed by GitHub
parent d0780eacdc
commit 18f7b47ecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 1 deletions

View File

@ -1,7 +1,16 @@
img.emoji {
width: 20px;
height: 20px;
vertical-align: middle;
vertical-align: text-bottom;
h1 &,
h2 &,
h3 &,
h4 &,
h5 &,
h6 & {
vertical-align: middle;
}
}
img.emoji.only-emoji {