1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-28 15:27:43 +00:00

Add setting to hide live indicator. Fix clicking box-art with channel avatars displayed over thumbnails. Fix width of Chat on Videos with custom chat width. Update hide vodcasts to hide reruns. Fix performance issues and text wrapping in the directory.

This commit is contained in:
SirStendec 2018-02-08 18:28:06 -05:00
parent 8e27f2e6a3
commit 3ca7d1d955
5 changed files with 91 additions and 143 deletions

View file

@ -217,6 +217,9 @@ export class Tooltip {
arrow.setAttribute('x-arrow', true);
if ( opts.arrowInner )
arrow.appendChild(e('div', opts.arrowInner));
if ( tip.add_class ) {
inner.classList.add(tip.add_class);
tip.add_class = undefined;