From 08fae09a6d6ca62dc7f55265fa70a0777b017297 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Sun, 23 Feb 2025 01:28:24 +0100 Subject: [PATCH] feat(style): person icon as fallback for artists and channels. fix channel detail layout. --- front/src/components/artist/Card.vue | 36 ++---- front/src/components/audio/ChannelCard.vue | 15 +-- front/src/views/channels/DetailBase.vue | 127 ++++++++------------- 3 files changed, 68 insertions(+), 110 deletions(-) diff --git a/front/src/components/artist/Card.vue b/front/src/components/artist/Card.vue index 0aafa6943..adeeef0c8 100644 --- a/front/src/components/artist/Card.vue +++ b/front/src/components/artist/Card.vue @@ -1,6 +1,7 @@