From 91a85aeb6dce05ffd2c5de6b84417b6132d1975b Mon Sep 17 00:00:00 2001 From: Bnyro Date: Thu, 9 Jan 2025 13:27:08 +0100 Subject: [PATCH] feat: unify style and hover effects of channel, playlist and video items --- src/components/ChannelItem.vue | 4 ++-- src/components/PlaylistItem.vue | 11 ++++------- src/components/VideoItem.vue | 2 +- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/src/components/ChannelItem.vue b/src/components/ChannelItem.vue index 68c25fd100..d48e5f4fd1 100644 --- a/src/components/ChannelItem.vue +++ b/src/components/ChannelItem.vue @@ -1,6 +1,6 @@