mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-15 17:46:55 +00:00
4.42.0
* Fixed: Navigating between channels with the audio compressor enabled (or having previously been enabled) causing the player to become stuck loading infinitely. (Closes #1317) * Fixed: Features on the `clips` and `player` subdomains not working correctly. (Closes #1336) * Changed: Finish implementing the initial emote effects.
This commit is contained in:
parent
e433aa3340
commit
915ad89f58
33 changed files with 839 additions and 152 deletions
|
@ -215,6 +215,14 @@ body {
|
|||
padding: .1rem .2rem;
|
||||
}
|
||||
|
||||
.ffz-effect-tip {
|
||||
margin: 3px auto 6px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
.ffz-badge-tip {
|
||||
margin: .2rem .4rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue