Merge branch '680-playlist-card-bg' into 'develop'

Resolve "Album covers in Playlist Card don't have the right size"

Closes #680

See merge request funkwhale/funkwhale!952
This commit is contained in:
Eliot Berriot 2019-11-13 14:00:19 +01:00
commit 4e8278fbd8
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
Set correct size for album covers in playlist cards (#680)

View File

@ -88,5 +88,6 @@ export default {
/* background-position: 0 0, 25% 0, 50% 0, 75% 0, 100% 0; */
font-size: 4em;
box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset !important;
padding: unset;
}
</style>