diff --git a/www/index.html b/www/index.html index c6ae907a..96198f8c 100644 --- a/www/index.html +++ b/www/index.html @@ -46,10 +46,6 @@ align-items: center; } - .header { - padding: 5px 5px; - } - .controls { display: flex; padding: 5px; @@ -73,7 +69,7 @@ - + @@ -105,7 +101,7 @@ window.location.href = `${url}&mode=${mode}`; }); - const tbody = document.querySelector("#streams > tbody"); + const tbody = document.getElementById("streams"); tbody.addEventListener("click", ev => { if (ev.target.innerText !== "delete") return;
Name Online Commands