mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-20 10:44:35 +10:00
fix lyrics static
- fixed gradient for fullscreen mode - fixed selectors for musixmatch - sorting items in arrays
This commit is contained in:
@@ -11,11 +11,9 @@
|
||||
}
|
||||
|
||||
/* musixmatch */
|
||||
p.encore-text.encore-text-body-small,
|
||||
p.Type__TypeElement-sc-goli3j-0.ieTwfQ,
|
||||
p.Type__TypeElement-goli3j-0,
|
||||
p.Text__TextElement-sc-if376j-0,
|
||||
p.Type__TypeElement-sc-goli3j-0 {
|
||||
.LomBcMvfM8AEmZGquAdj,
|
||||
.W_EplVEAbZrZURqfLiQC,
|
||||
.kGR_hu4tdj9PnUlSPaRL {
|
||||
color: var(--musixmatch) !important;
|
||||
}
|
||||
|
||||
@@ -89,9 +87,9 @@ p.Type__TypeElement-sc-goli3j-0 {
|
||||
}
|
||||
|
||||
.npv-lyrics__gradient-background {
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 18, 18, 0)), color-stop(30%, rgba(18, 18, 18, 0.6)), color-stop(60%, var(--background))) !important;
|
||||
background: -webkit-linear-gradient(top, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.6) 30%, var(--background) 60%) !important;
|
||||
background: linear-gradient(to bottom, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.6) 30%, var(--background) 60%) !important;
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 18, 18, 0)), color-stop(30%, var(--background)), color-stop(60%, var(--background))) !important;
|
||||
background: -webkit-linear-gradient(top, rgba(18, 18, 18, 0) 0%, var(--background) 30%, var(--background) 60%) !important;
|
||||
background: linear-gradient(to bottom, rgba(18, 18, 18, 0) 0%, var(--background) 30%, var(--background) 60%) !important;
|
||||
}
|
||||
|
||||
/* read along podcasts */
|
||||
|
||||
Reference in New Issue
Block a user