1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-03 00:18:31 +00:00
* Added: Display a one-time notice to BetterTTV users with FFZ Emotes enabled in that extension that they can disable the setting.
* Changed: Allow users to find `Animated Emotes` by searching for `gif`.
* Changed: Detect BetterTTV and use its `GIF Emotes` setting as the default for `Animated Emotes` if it is installed.
* Fixed: Animated Emotes not displaying animated images in the standalone "Twitch Emotes Menu" extension (which is also packaged with BetterTTV).
This commit is contained in:
SirStendec 2021-03-21 12:50:45 -04:00
parent 6cc5e20a8a
commit d033d64ea7
5 changed files with 67 additions and 4 deletions

View file

@ -15,6 +15,9 @@
min-width: 64rem;
min-height: 30rem;
max-width: 75vw;
max-height: 75vh;
width: 75vw;
width: var(--width);