1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-16 18:06:55 +00:00

Forgot to include the emote menu button CSS with the emote menu commit.

This commit is contained in:
SirStendec 2018-04-07 11:35:55 -04:00
parent e6e11fe562
commit df874da420

View file

@ -0,0 +1,29 @@
.tw-button-icon[data-a-target="emote-picker-button"] {
.tw-button-icon__icon {
padding: .4rem .2rem;
figure {
&:before {
display: inline-block;
width: 2.4rem;
font-size: 1.6rem;
font-family: 'ffz-fontello';
font-style: normal;
font-weight: normal;
speak: none;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\e801';
}
svg {
display: none
}
}
}
}