From d1c21fa86da54cdfb2c19d255cbbf46efe95deea Mon Sep 17 00:00:00 2001 From: ArneBo Date: Wed, 22 Jan 2025 13:30:15 +0100 Subject: [PATCH] fix(front): make styles of album list, album detail and album card consistent --- front/src/components/album/Card.vue | 3 --- front/src/components/library/AlbumBase.vue | 1 + front/src/components/library/Albums.vue | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/front/src/components/album/Card.vue b/front/src/components/album/Card.vue index 35f57e317..0c7f960e2 100644 --- a/front/src/components/album/Card.vue +++ b/front/src/components/album/Card.vue @@ -50,9 +50,6 @@ const imageUrl = computed(() => props.album.cover?.urls.original :tags="album.tags" :to="{name: 'library.albums.detail', params: {id: album.id}}" > -