Styleeees

This commit is contained in:
RochesterX
2025-11-29 19:02:01 -05:00
parent ab95ba82ac
commit 29508ae9f8
7 changed files with 204 additions and 84 deletions

View File

@@ -38,8 +38,8 @@ watchButton.onclick = async e => {
showStatsButton.onclick = async e => {
e.preventDefault();
statsTable.style.display = statsTable.style.display == "" ? "none" : "";
showStatsButton.innerHTML = statsTable.style.display == "" ? "Hide Full Stats" : "Show Full Stats";
statsTable.closest("div").style.display = statsTable.closest("div").style.display == "" ? "none" : "";
showStatsButton.innerHTML = statsTable.closest("div").style.display == "" ? "Hide Full Stats" : "Show Full Stats";
}
async function updateIsWatched() {