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

4.0.0-rc13.14

* Fixed: Clicking Stream Latency metadata not toggling the visibility of the player's playback statistics.
* Fixed: The Turbo landing page being inappropriately darkened. (Twitch forgot to add the "base text color" class to anything so text becomes invisible against the background.)
* Fixed: More emote menu fixes. Check that emote data from Twitch doesn't contain null values, because apparently it can.
* Fixed: Chat width in portrait mode using Microsoft Edge.
* Fixed: `no_invert` not applying to badges correctly. (Closes #547)
This commit is contained in:
SirStendec 2018-12-09 15:09:18 -05:00
parent 49bcfaebed
commit f2700db821
9 changed files with 39 additions and 5 deletions

View file

@ -34,6 +34,10 @@
background-position: center;
vertical-align: middle;
&.ffz-no-invert {
filter:none !important;
}
&.ffz-full-size {
min-width: 1.8rem;
height: 1.8rem;