Do not overlay volume number over cover
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Bruder 2019-12-04 17:24:52 +00:00
parent f97a115bc9
commit 2db07003d6
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -23,7 +23,6 @@ export default {
<style scoped> <style scoped>
.list-item { .list-item {
margin: 8px; margin: 8px;
border-radius: 8px;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
} }
@ -36,7 +35,6 @@ export default {
} }
.image-overlay { .image-overlay {
position: absolute;
bottom: 0px; bottom: 0px;
background-color: #eee; background-color: #eee;
width: 100%; width: 100%;