Display all emoji groups on emoji picker header

This commit is contained in:
Tusooa Zhu 2021-08-14 21:50:58 -04:00
commit 992d57ef69
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
3 changed files with 33 additions and 5 deletions

View file

@ -52,6 +52,7 @@
display: flex;
height: 32px;
padding: 10px 7px 5px;
overflow-x: auto;
}
.content {
@ -63,6 +64,9 @@
.emoji-tabs {
flex-grow: 1;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
}
.emoji-groups {
@ -70,6 +74,7 @@
}
.additional-tabs {
display: block;
border-left: 1px solid;
border-left-color: $fallback--icon;
border-left-color: var(--icon, $fallback--icon);
@ -79,7 +84,6 @@
.additional-tabs,
.emoji-tabs {
display: block;
min-width: 0;
flex-basis: auto;
flex-shrink: 1;