mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
feat: add Twemoji for cross-platform emoji rendering
Wrap the app in react-twemoji to replace native Unicode emoji with Twemoji SVGs from CDN. Fixes ugly/broken emoji on Windows.
This commit is contained in:
@@ -270,6 +270,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* Twemoji — cross-platform emoji rendering */
|
||||
img.twemoji {
|
||||
display: inline-block;
|
||||
width: 1.2em;
|
||||
height: 1.2em;
|
||||
vertical-align: -0.2em;
|
||||
}
|
||||
|
||||
@layer components {
|
||||
/* ========== BENTO DESIGN SYSTEM ========== */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user