Add explicit icon next to song name

This commit is contained in:
Jason Chen 2022-01-17 13:12:49 -08:00
parent c47416770a
commit 050823c66d
2 changed files with 12 additions and 2 deletions

View file

@ -987,6 +987,15 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
//margin-bottom: -3px;
}
}
.explicit-icon {
background-image: url("./assets/explicit.svg");
height: 12px;
width: 36px;
filter: contrast(0);
background-repeat: no-repeat;
margin-left: 3px;
}
}
.app-chrome .app-chrome-item > .app-playback-controls .song-duration p {