diff --git a/manifest.json b/manifest.json index 20b80ab3..78ca70f5 100644 --- a/manifest.json +++ b/manifest.json @@ -11,6 +11,9 @@ "name": "pjaspinski", "url": "https://github.com/pjaspinski" } + ], + "tags": [ + "latest" ] }, { @@ -25,6 +28,9 @@ "name": "Blacksuan19", "url": "https://github.com/Blacksuan19" } + ], + "tags": [ + "latest" ] }, { @@ -39,6 +45,10 @@ "name": "CharlieS1103", "url": "https://github.com/CharlieS1103" } + ], + "tags": [ + "outdated", + "v1.2.13" ] }, { @@ -55,7 +65,14 @@ { "name": "khanhas", "url": "https://github.com/khanhas" + }, + { + "name": "harbassan", + "url": "https://github.com/harbassan" } + ], + "tags": [ + "latest" ] }, { @@ -70,6 +87,10 @@ "name": "darkthemer", "url": "https://github.com/darkthemer" } + ], + "tags": [ + "outdated", + "v1.2.22" ] }, { @@ -84,6 +105,9 @@ "name": "okarin001", "url": "https://github.com/okarin001" } + ], + "tags": [ + "latest" ] }, { @@ -98,6 +122,9 @@ "name": "harbassan", "url": "https://github.com/harbassan" } + ], + "tags": [ + "latest" ] }, { @@ -112,6 +139,9 @@ "name": "darkthemer", "url": "https://github.com/darkthemer" } + ], + "tags": [ + "latest" ] }, { @@ -129,6 +159,9 @@ "name": "Grason Chan", "url": "https://github.com/grasonchan" } + ], + "tags": [ + "latest" ] }, { @@ -143,6 +176,9 @@ "name": "schnensch0", "url": "https://github.com/schnensch0" } + ], + "tags": [ + "latest" ] }, { @@ -169,6 +205,9 @@ "name": "Alex Casieri", "url": "https://github.com/alexcasieri30" } + ], + "tags": [ + "latest" ] }, { @@ -182,6 +221,9 @@ { "name": "Robatortas", "url": "https://github.com/Robatortas" } - ] + ], + "tags": [ + "latest" + ] } ] diff --git a/text/user.css b/text/user.css index 1518cf5e..33dc238e 100644 --- a/text/user.css +++ b/text/user.css @@ -231,7 +231,6 @@ section.main-buddyFeed-container { .main-buddyFeed-container, .main-nowPlayingView-content.main-nowPlayingView-gradient { background-color: transparent !important; - background: transparent; background-image: none; } .progress-bar { @@ -590,6 +589,11 @@ section.main-buddyFeed-container { border: var(--border-width) var(--border-style) transparent; } +.main-nowPlayingView-lyricsContent .lyrics-lyricsContent-provider, +.main-nowPlayingView-lyricsContent .lyrics-lyricsContent-lyric { + transform: translateX(100px); +} + /* ================================ PLAYBACK BAR ================================ */ @@ -720,6 +724,9 @@ section.main-buddyFeed-container { .main-repeatButton-button::before { content: "\21BB"; } +.main-repeatButton-button[aria-checked="mixed"]::before { + content: "\21BB\2474"; +} .main-shuffleButton-button > svg, .main-skipBackButton-button > svg, .main-playPauseButton-button > svg,