mirror of
https://github.com/koel/koel
synced 2024-11-24 21:23:06 +00:00
Fix footer album thumb display
This commit is contained in:
parent
20db5d25bb
commit
88e3a6add8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue