From d94111ba3c5972172699abe010531b6b3932204d Mon Sep 17 00:00:00 2001 From: ArneBo Date: Fri, 7 Feb 2025 17:19:06 +0100 Subject: [PATCH] style(front): float options button right on artist detail --- front/src/components/library/ArtistBase.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/front/src/components/library/ArtistBase.vue b/front/src/components/library/ArtistBase.vue index a51d8b8e9..2c2428961 100644 --- a/front/src/components/library/ArtistBase.vue +++ b/front/src/components/library/ArtistBase.vue @@ -168,6 +168,7 @@ watch(() => props.id, fetchData, { immediate: true }) type="artist" :object-id="object.id" /> +