From 05f5ca3be1cc2ffe11a42d4cd566fb9d1857eeab Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Mon, 29 Jul 2019 11:12:50 +0200
Subject: [PATCH] Vertically centered dropdown icon

---
 front/src/components/audio/artist/Card.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/front/src/components/audio/artist/Card.vue b/front/src/components/audio/artist/Card.vue
index d02439c49..21c62cf34 100644
--- a/front/src/components/audio/artist/Card.vue
+++ b/front/src/components/audio/artist/Card.vue
@@ -73,7 +73,7 @@ export default {
 .play-button {
   position: absolute;
   right: 0;
-  bottom: 0;
+  bottom: 40%;
 }
 
 .with-overlay {
-- 
GitLab