1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-11 00:20:54 +00:00

4.0.0-rc13.9

* Added: Badge Style support for the VIP Badge.
* Fixed: Chat on Video width being incorrect in some situations, mostly Portrait Mode.
This commit is contained in:
SirStendec 2018-11-14 18:33:57 -05:00
parent 3694f3284d
commit 83d43a6bcf
4 changed files with 20 additions and 2 deletions

View file

@ -20,6 +20,7 @@ export const CSS_BADGES = {
partner: { 1: { color: 'transparent', trans: { image: true, color: '#6441a5' } } },
'clip-champ': { 1: { color: '#6441a5'} },
vip: { 1: { color: '#b33ff0', trans: { color: 'transparent', invert: false}} },
turbo: { 1: { color: '#6441a5', svg: true } },
premium: { 1: { color: '#009cdc' } },
@ -34,6 +35,7 @@ export const BADGE_POSITIONS = {
mod: 1,
moderator: 1,
twitchbot: 1,
vip: 2,
subscriber: 25
};