fix lyrics static

- fixed gradient for fullscreen mode
- fixed selectors for musixmatch
- sorting items in arrays
This commit is contained in:
amd64fox
2024-09-14 08:49:02 +03:00
parent 8e69ee9f07
commit 162e90aea5
2 changed files with 94 additions and 97 deletions

View File

@@ -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 */