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", () => {