Skip to content

Commit 618024f

Browse files
chapoiyuriyaran
authored andcommitted
UX: set emoji size to 1em (#34325)
The default use is an emoji that matches the surrounding font-size so it makes sense to set this globally to 1em and adjust in the instances it needs to be different (which is often already in place)
1 parent f648f8d commit 618024f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/assets/stylesheets/embed.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ article.post {
115115
}
116116

117117
img.emoji {
118-
width: 20px;
119-
height: 20px;
118+
width: 1em;
119+
height: 1em;
120120
}
121121

122122
.in-reply-to {

0 commit comments

Comments
 (0)