mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-16 01:56:55 +00:00
4.74.0
* Added: Support for Twitch's new Shared Chat feature. When a Shared Chat is set up, FrankerFaceZ will let you use emotes from any of the channels in the Shared Chat. Additionally, there are minor changes to how chat lines are rendered in line with the native Twitch experience to display which channel a given message originated in. * Fixed: Issue where FrankerFaceZ was not correctly locating some Twitch web app internals. * Fixed: Issue where your bits balance would display on the Power-ups and Rewards button despite having the option to hide the bits UI enabled. (Closes #1543) * Fixed: Avatars still having some rounding when using the setting to disable rounding. (Closes #1540) * Fixed: Issue where `site.chat`:`addNotice()` could throw an error if calling it before we have extracted the current chat types from the Twitch web app.
This commit is contained in:
parent
a3c2b31ede
commit
0ffc041c0c
13 changed files with 445 additions and 775 deletions
|
@ -450,6 +450,22 @@
|
|||
}
|
||||
|
||||
|
||||
.ffz-shared-chat-badge {
|
||||
display: inline-block;
|
||||
height: 2.2rem;
|
||||
width: 2.2rem;
|
||||
margin: 0 .3rem .2rem 0;
|
||||
padding: 0.2rem;
|
||||
vertical-align: middle;
|
||||
border: 2px solid transparent;
|
||||
|
||||
&--active {
|
||||
border-color: var(--color-border-brand);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
.ffz-badge {
|
||||
display: inline-block;
|
||||
min-width: 1.8rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue