Compare commits

...

1 Commits

Author SHA1 Message Date
Simon Bruder 2db07003d6
Do not overlay volume number over cover
continuous-integration/drone/push Build is passing Details
2019-12-04 17:24:52 +00:00
1 changed files with 0 additions and 2 deletions

View File

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