diff --git a/resources/assets/snippets/Fix-Listen-Together-Button.png b/resources/assets/snippets/Fix-Listen-Together-Button.png new file mode 100644 index 00000000..eaaccf96 Binary files /dev/null and b/resources/assets/snippets/Fix-Listen-Together-Button.png differ diff --git a/resources/assets/snippets/Remove-Duplicated-Fullscreen-Button.png b/resources/assets/snippets/Remove-Duplicated-Fullscreen-Button.png new file mode 100644 index 00000000..8643ebf1 Binary files /dev/null and b/resources/assets/snippets/Remove-Duplicated-Fullscreen-Button.png differ diff --git a/resources/snippets.json b/resources/snippets.json index 9caeb786..ce77fe78 100644 --- a/resources/snippets.json +++ b/resources/snippets.json @@ -449,6 +449,18 @@ "code": ".x-progressBar-progressBarBg { height: 100% !important; --progress-bar-radius: 10px !important;} .x-progressBar-sliderArea { height: 100% !important; } .x-progressBar-fillColor { height: 100% !important; }", "preview": "resources/assets/snippets/Rounded-Thicker-Bars.png" }, + { + "title": "Remove Duplicated Fullscreen Button", + "description": "Removes the original fullscreen button when the Beautiful Lyrics extension is installed.", + "code": "button:not(#BeautifulLyricsFullscreenButton):has(path[d='M6.53 9.47a.75.75 0 0 1 0 1.06l-2.72 2.72h1.018a.75.75 0 0 1 0 1.5H1.25v-3.579a.75.75 0 0 1 1.5 0v1.018l2.72-2.72a.75.75 0 0 1 1.06 0zm2.94-2.94a.75.75 0 0 1 0-1.06l2.72-2.72h-1.018a.75.75 0 1 1 0-1.5h3.578v3.579a.75.75 0 0 1-1.5 0V3.81l-2.72 2.72a.75.75 0 0 1-1.06 0z']) { display: none; !important}", + "preview": "resources/assets/snippets/Remove-Duplicated-Fullscreen-Button.png" + }, + { + "title": "Fix Listen Together Button", + "description": "Changes the button from the Listen Together extension to match the rest of the UI and theme.", + "code": "button[aria-label='Listen Together'] svg * { fill: currentColor !important; transform: scale(0.95) !important; transform-origin: center !important; }", + "preview": "resources/assets/snippets/Fix-Listen-Together-Button.png" + }, { "title": "Circular shadow fix for album art", "description": "Fixes the square shadow you get in some setups when you have any sort of circular album art snippet installed.",