style: auto-fix linting issues

This commit is contained in:
JulienMaille 2026-01-18 21:50:50 +00:00 committed by github-actions[bot]
parent 6ea66f32cf
commit 39ddccc203
2 changed files with 36 additions and 36 deletions

View file

@ -444,4 +444,5 @@ export function initializeUIInteractions(player, api) {
target.addEventListener('mouseleave', outHandler); target.addEventListener('mouseleave', outHandler);
} }
} }
});} });
}

View file

@ -4139,4 +4139,3 @@ body:has(#fullscreen-cover-overlay:not([style*='display: none'])) .now-playing-b
#custom-tooltip.visible { #custom-tooltip.visible {
opacity: 1; opacity: 1;
} }