better artist banner heights
This commit is contained in:
@@ -148,13 +148,27 @@ a:hover { color: var(--accent-hover); }
|
||||
color: var(--text-secondary);
|
||||
}
|
||||
.artist-links a:hover { color: var(--accent); }
|
||||
.artist-banner {
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
.artist-banner-wrap {
|
||||
background-size: 100% auto;
|
||||
background-position: top center;
|
||||
background-repeat: no-repeat;
|
||||
border-radius: var(--radius);
|
||||
margin-bottom: 1rem;
|
||||
margin: -2rem -2rem 1rem -2rem;
|
||||
padding: 2rem;
|
||||
padding-top: 30%;
|
||||
position: relative;
|
||||
}
|
||||
.artist-banner-wrap::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
background: linear-gradient(to bottom, rgba(15,23,42,0.4) 0%, rgba(15,23,42,0.85) 60%, rgba(15,23,42,0.95) 100%);
|
||||
border-radius: var(--radius);
|
||||
pointer-events: none;
|
||||
}
|
||||
.artist-banner-wrap > * {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
.artist-photo {
|
||||
width: 120px;
|
||||
|
||||
Reference in New Issue
Block a user