Fix footer album thumb display

This commit is contained in:
An Phan 2017-03-14 16:16:43 +08:00
parent 20db5d25bb
commit 88e3a6add8
No known key found for this signature in database
GPG key ID: 05536BB4BCDC02A2

View file

@ -376,7 +376,7 @@ export default {
flex: 0 0 $footerHeight;
height: $footerHeight;
background: url(/public/img/covers/unknown-album.png);
background-size: $footerHeight;
background-size: cover;
position: relative;
}