From e8b3753a178bfd8df6bde33c9141ad6a064d4de6 Mon Sep 17 00:00:00 2001 From: Ajay Date: Thu, 6 Mar 2025 03:10:21 -0500 Subject: [PATCH] Remove confusing comment --- src/content.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content.ts b/src/content.ts index 49e09dd1..a1d144a6 100644 --- a/src/content.ts +++ b/src/content.ts @@ -1856,7 +1856,7 @@ function createButton(baseID: string, title: string, callback: () => void, image newButton.classList.add("playerButton"); newButton.classList.add("ytp-button"); if (isOnYTTV()) { - newButton.setAttribute("style", "width: 40px; height: 40px"); // these numbers don't actually matter + newButton.setAttribute("style", "width: 40px; height: 40px"); } newButton.setAttribute("title", chrome.i18n.getMessage(title)); newButton.addEventListener("click", () => {