CSS Cleanup
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
David 2022-08-03 08:07:22 -07:00
parent f85841aa80
commit f351e2e8dc

View file

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