From 8fb59ada9c5767469102d114fbac8460e9930463 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Wed, 4 Dec 2019 17:24:52 +0000 Subject: [PATCH] Do not overlay volume number over cover --- frontend/src/components/ListItem.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/components/ListItem.vue b/frontend/src/components/ListItem.vue index b7b0088..cf6fa5d 100644 --- a/frontend/src/components/ListItem.vue +++ b/frontend/src/components/ListItem.vue @@ -31,12 +31,10 @@ export default { .list-item img { max-height: 512px; max-width: 512px; - border-radius: 8px; vertical-align: top; } .image-overlay { - position: absolute; bottom: 0px; background-color: #eee; width: 100%;