Add a popularity modal to the page when clicking on the popularity value (finishes #5 )
This commit is contained in:
parent
7ea4f89522
commit
4a61eec9ff
11 changed files with 205 additions and 19 deletions
|
|
@ -61,7 +61,10 @@ div.card .bottom { bottom: 0; }
|
|||
|
||||
|
||||
/* border-radius: top-left top-right lower-right lower-left */
|
||||
div.card .popularity { border-radius: 0 var(--border-radius) 0 var(--border-radius); }
|
||||
div.card .popularity {
|
||||
border-radius: 0 var(--border-radius) 0 var(--border-radius);
|
||||
cursor: pointer;
|
||||
}
|
||||
div.card .followers,
|
||||
div.card .duration { border-radius: var(--border-radius) 0 var(--border-radius) 0; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue