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:
parent
d1cddea685
commit
fc22790405
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue