popularity star

This commit is contained in:
vapormusic 2022-03-28 22:47:33 +07:00
parent 947129cd00
commit b37057db0d
4 changed files with 27 additions and 0 deletions

View file

@ -357,6 +357,17 @@
justify-content: center-between;
align-items: center;
border-radius: var(--mediaItemRadius);
position: relative;
.popular {
background-image: url(assets/star.svg);
background-repeat: no-repeat;
background-size: 10px;
width: 10px;
height: 10px;
position: absolute;
left: 3px;
}
.artwork {
height: 42px;