1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-17 18:26:57 +00:00

Clean up the settings for the directory features.

This commit is contained in:
SirStendec 2017-12-01 16:54:36 -05:00
parent cbaf4b6878
commit 428caedec1
5 changed files with 132 additions and 98 deletions

View file

@ -25,8 +25,8 @@ const CLASSES = {
'boxart-hover': '.tw-card .full-width:hover a[data-a-target="live-channel-card-game-link"]',
'boxart-hide': '.tw-card a[data-a-target="live-channel-card-game-link"]',
'profile-hover-following': '.tw-card .full-width:hover .channel-avatar',
'profile-hover-game': '.tw-thumbnail-card .tw-card-img:hover .channel-avatar',
'profile-hover-following': '.tw-card .full-width:hover .ffz-channel-avatar',
'profile-hover-game': '.tw-thumbnail-card .tw-card-img:hover .ffz-channel-avatar',
};