Emoji Pack Picker #102

Merged
floatingghost merged 7 commits from Mergan/pleroma-fe:develop into develop 2022-08-03 20:56:57 +00:00
Showing only changes of commit a28eef7a0a - Show all commits

View file

@ -35,8 +35,8 @@
}
.heading {
overflow-x: auto;
margin-top: 10px;
height: 4.8em;
}
.content {
@ -64,9 +64,13 @@
.additional-tabs,
.emoji-tabs {
position: absolute;
display: flex;
flex-wrap: nowrap;
overflow: auto;
width: 100%;
&-item {
display: flex;
align-items: center;