1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-01 23:48:31 +00:00
* Fixed: Certain page elements not being affected by FFZ theme settings.
* Fixed: Do not display new unlisted add-ons on the home page of the FFZ Control Center unless already enabled by the user.
* API Added: `getUserBasic(id, login)` in the Twitch Data module, with support for batching.
* API Changed: Allow `createTest` to return a null value for a test to be skipped when compiling a complex filter in `createTester()`.
This commit is contained in:
SirStendec 2021-05-07 18:22:55 -04:00
parent 5f0d4b2bfe
commit c286e6cf93
9 changed files with 173 additions and 22 deletions

View file

@ -3,6 +3,8 @@
flex-shrink: 0;
width: 100%;
&--size-1 { width: 1rem }
&--size-105 { width: 1.5rem }
&--size-2 { width: 2rem }
&--size-3 { width: 3rem }
&--size-4 { width: 4rem }