another sad try to make the sidebar better

This commit is contained in:
2026-07-16 21:55:09 +02:00
parent 75161e4957
commit 91125372c8
3 changed files with 36 additions and 14 deletions

View File

@@ -3147,7 +3147,8 @@ window.cancelAnimFrame = (function () {
if (visualizerRafId) window.cancelAnimFrame(visualizerRafId);
const media = document.querySelectorAll('video:not(#gchat-messages video), audio:not(#gchat-messages audio)');
const media = [...document.querySelectorAll('video:not(#gchat-messages video), audio:not(#gchat-messages audio)')]
.filter(m => !m.classList.contains('emoji') || !m.closest('.sidebar-activity'));
media.forEach(m => {
try {