fix heart icon position

This commit is contained in:
yazninja 2022-05-04 16:37:54 +08:00
parent 5ce7109026
commit b3934b3d98
2 changed files with 17 additions and 3 deletions

View file

@ -497,7 +497,17 @@
flex-direction: column;
height: 100%;
overflow: hidden;
.cd-mediaitem-list-item{
&:hover{
.heart-icon{
display:flex;
}
}
.heart-icon{
left: -25px;
}
}
.editTracksBtn {
position: absolute;
top: 20px;