1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-30 06:28:31 +00:00

Misc. fixes to clean up after tw-. Fix tooltip placement.

This commit is contained in:
SirStendec 2017-12-13 18:30:27 -05:00
parent 4b246ade44
commit 8e364e7d84
8 changed files with 35 additions and 9 deletions

View file

@ -23,9 +23,9 @@ const CLASSES = {
'pinned-cheer': '.pinned-cheer',
'whispers': '.whispers',
'boxart-hover': '.tw-card .full-width:hover a[data-a-target="live-channel-card-game-link"]',
'boxart-hover': '.tw-card .tw-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 .ffz-channel-avatar',
'profile-hover-following': '.tw-card .tw-full-width:hover .ffz-channel-avatar',
'profile-hover-game': '.tw-thumbnail-card .tw-card-img:hover .ffz-channel-avatar',
};