From b67794b719a1b2730998362a7259f114c3527594 Mon Sep 17 00:00:00 2001 From: "Indiana Jone (Indi)" <150982280+KrstlSkll69@users.noreply.github.com> Date: Sat, 24 May 2025 15:04:13 -0400 Subject: [PATCH] This is prolly the most insane way todo it --- native.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/native.ts b/native.ts index 0ad7334..d2aabc2 100644 --- a/native.ts +++ b/native.ts @@ -21,9 +21,10 @@ app.on("browser-window-created", (_, win) => { const addToQueueButton = document.createElement("button"); Object.assign(addToQueueButton.style, { position: "relative", - top: "16px", + top: "11px", left: "0px" }); + addToQueueButton.classList.add('gIjhme'); addToQueueButton.title = "Add to queue"; addToQueueButton.addEventListener("click", () => { window.top.postMessage("vc-spotifyaddtoqueue__" + location.href.match(/https:\\/\\/open\\.spotify.com\\/embed\\/track\\/([a-zA-Z0-9]{0,200})\\?/ )[1], "*");