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:
parent
8e27f2e6a3
commit
3ca7d1d955
5 changed files with 91 additions and 143 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue