Make missing artist profile pictures a default & remove click for more info on popularity
This commit is contained in:
parent
43964e38df
commit
fb58e20f7a
7 changed files with 39 additions and 11 deletions
|
|
@ -17,11 +17,24 @@ div.artist {
|
|||
div.artist > div.profile_pic {
|
||||
text-align: center;
|
||||
}
|
||||
div.artist > div.profile_pic img {
|
||||
div.artist > div.profile_pic img {
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
div.artist > div.profile_pic > div.missing-circle {
|
||||
background-color: #3a3a3aaa;
|
||||
border-radius: 100px;
|
||||
display: flex;
|
||||
height: 200px;
|
||||
width: 200px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin: 0 auto;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
|
||||
div.artist > div.info {
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue