Skip to content

Commit 208049b

Browse files
committed
Adjust and match size of native and image emoji
1 parent 8c10b5f commit 208049b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/themes/basic/_layout.styl

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,12 @@ div#app
2121
&:empty::before
2222
content 'Loading...'
2323

24-
.emoji
25-
height 1.2rem
24+
img.emoji
25+
height 1.2em
26+
vertical-align middle
27+
28+
span.emoji
29+
font-size 1.2em
2630
vertical-align middle
2731

2832
.progress

0 commit comments

Comments
 (0)