mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-16 10:06:54 +00:00
Forgot to include the emote menu button CSS with the emote menu commit.
This commit is contained in:
parent
e6e11fe562
commit
df874da420
1 changed files with 29 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue