UX: Adjust emoji size in mentions (#19355)

Using pixel sizes to match what we do with a similar element in sidebar.
This commit is contained in:
Penar Musaraj
2022-12-07 10:17:29 -05:00
committed by GitHub
parent d1cddea685
commit fc22790405

View File

@@ -27,6 +27,12 @@ a.hashtag-cooked {
font-size: var(--font-down-1);
margin: 0 0.2em 0 0.1em;
}
img.emoji {
width: 15px;
height: 15px;
vertical-align: text-bottom;
}
}
.hashtag-autocomplete {