Do not overlay volume number over cover
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f97a115bc9
commit
8fb59ada9c
|
@ -31,12 +31,10 @@ export default {
|
||||||
.list-item img {
|
.list-item img {
|
||||||
max-height: 512px;
|
max-height: 512px;
|
||||||
max-width: 512px;
|
max-width: 512px;
|
||||||
border-radius: 8px;
|
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image-overlay {
|
.image-overlay {
|
||||||
position: absolute;
|
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Reference in a new issue