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 f351e2e8dc - Show all commits

View file

@ -65,34 +65,29 @@
.additional-tabs,
.emoji-tabs {
display: block;
min-width: 0;
flex-basis: auto;
flex-shrink: 1;
white-space: nowrap;
align-items: center;
justify-content: center;
display: flex;
flex-wrap: nowrap;
width: 100%;
overflow-x: scroll;
overflow-y: hidden;
// -ms-overflow-style: none;
// scrollbar-width: none;
// &::-webkit-scrollbar {
// display: none;
// }
&-item {
padding: 0 7px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
width: 32px;
height: 32px;
padding: .4em;
cursor: pointer;
font-size: 1.85em;
img {
width: 32px;
height: 32px;
object-fit: contain;
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
span {
font-size: 1.9em;
}
&.disabled {