Emoji pack management layout is all over the place
Emoji should stay in a fixed-dimension image with object-fit: contain
(or background-fit
) to avoid jumping.
Probably should use grid layout instead of list since there's not much information to be displayed so space could be used more efficiently.