Group custom emojis by pack in emoji picker

This commit is contained in:
Tusooa Zhu 2021-08-14 21:10:24 -04:00
commit 69b3102fb2
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
3 changed files with 45 additions and 7 deletions

View file

@ -19,6 +19,19 @@
--lightText: var(--popoverLightText, $fallback--lightText);
--icon: var(--popoverIcon, $fallback--icon);
&-header-image {
display: inline-flex;
justify-content: center;
align-items: center;
width: 30px;
height: 24px;
img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
}
.keep-open,
.too-many-emoji {
padding: 7px;