From 1fa886690a57154a4f84d839a38c62cae4507686 Mon Sep 17 00:00:00 2001 From: Ajay Date: Thu, 6 Mar 2025 21:22:30 -0500 Subject: [PATCH] Add back clarified comment --- src/content.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content.ts b/src/content.ts index 23a703e3..937949c3 100644 --- a/src/content.ts +++ b/src/content.ts @@ -1857,6 +1857,7 @@ function createButton(baseID: string, title: string, callback: () => void, image newButton.classList.add("playerButton"); newButton.classList.add("ytp-button"); if (isOnYTTV()) { + // Some style needs to be set here, but the numbers don't matter newButton.setAttribute("style", "width: 40px; height: 40px"); } newButton.setAttribute("title", chrome.i18n.getMessage(title));