added artwork for stopped. improvements for British people

This commit is contained in:
booploops 2022-06-14 01:06:55 -07:00
parent 365df407ab
commit 493492c579
4 changed files with 40 additions and 3 deletions

View file

@ -1452,10 +1452,13 @@ div[data-type="musicVideo"] .info-rect .title::before {
background-position: center;
background-size: contain;
background-repeat: no-repeat;
border-radius: 4px;
border-radius: var(--mediaItemRadiusSmall);
flex: 0 0 auto;
margin: 6px;
image-rendering: -webkit-optimize-contrast;
.mediaitem-artwork {
border-radius: var(--mediaItemRadiusSmall);
}
}
.app-chrome .app-chrome-item > .app-playback-controls .actions {