1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-31 23:18:31 +00:00
FrankerFaceZ/styles/widgets/icon-picker.scss

21 lines
280 B
SCSS
Raw Normal View History

.ffz--emote-picker__list,
.ffz--icon-picker__list {
max-height: 15rem;
font-size: 1.6rem;
.ffz-icon {
width: auto !important;
figure {
pointer-events: none;
}
}
}
.ffz--emote-picker {
.ffz-preview-emote {
width: 2rem;
height: 2rem;
object-fit: contain;
}
}