mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-04 00:48:32 +00:00
Add convenience method for creating CSS variable or setting blocks of CSS directly in css_tweaks. Start using those variables for things like chat width. Add the ability to highlight messages with mentions in them. Fix Sidebar Swap and Theatre Mode. Closes #312
This commit is contained in:
parent
a45dc472b7
commit
6da5d4c8b5
14 changed files with 213 additions and 49 deletions
|
@ -7,6 +7,7 @@
|
|||
font-style: normal;
|
||||
}
|
||||
|
||||
//[data-a-target="emote-picker-button"] figure:before,
|
||||
[class^="ffz-i-"]:before, [class*=" ffz-i-"]:before {
|
||||
font-family: "ffz-fontello";
|
||||
font-style: normal;
|
||||
|
@ -49,13 +50,31 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
//[data-a-target="emote-picker-button"] figure:before,
|
||||
.ffz-i-zreknarf:before {
|
||||
content: '\e801'; /* '' */
|
||||
width: 1.3em;
|
||||
margin: .5rem .05rem 0;
|
||||
}
|
||||
|
||||
/*[data-a-target="emote-picker-button"] {
|
||||
.tw-button-icon__icon {
|
||||
padding: .25rem .4rem;
|
||||
|
||||
figure {
|
||||
display: inline;
|
||||
|
||||
&:before {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
svg {
|
||||
display: none
|
||||
}
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
|
||||
.ffz-i-cancel:before { content: '\e800'; } /* '' */
|
||||
.ffz-i-search:before { content: '\e802'; } /* '' */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue