Update style.css
This commit is contained in:
parent
b04010a037
commit
70ea7eabf6
1 changed files with 4 additions and 0 deletions
|
|
@ -62563,6 +62563,10 @@ body[data-artist-source="source"] #artist-detail-page #library-artist-enhance-bt
|
||||||
}
|
}
|
||||||
|
|
||||||
#artist-detail-page .artist-detail-hero-bg {
|
#artist-detail-page .artist-detail-hero-bg {
|
||||||
|
/* Blurred artist-cover backdrop retired — Boulder didn't want the artist
|
||||||
|
image bleeding behind the header. The element stays in the DOM (JS still
|
||||||
|
sets its background-image) but is hidden; flip display back on to restore. */
|
||||||
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: -20px;
|
inset: -20px;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue