workaround to remove gradient near album info #103

This commit is contained in:
Julien 2021-11-11 23:31:10 +01:00 committed by GitHub
parent b5033f8872
commit e00027bb69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1275,3 +1275,9 @@ html.right-expanded-cover.buddyfeed-visible .main-coverSlotExpanded-container {
canvas[width="250"][height="250"] {
display: none;
}
// workaround to remove gradient near album info #103
.main-trackInfo-container > div > div:before,
.main-trackInfo-container > div > div:after {
display: none;
}