0
0
Fork 0

Add a popularity modal to the page when clicking on the popularity value (finishes #5 )

This commit is contained in:
Tyler-A 2020-07-07 21:23:48 -06:00
parent 7ea4f89522
commit 4a61eec9ff
11 changed files with 205 additions and 19 deletions

View file

@ -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; }