From a2f76dcd8e6af884de0b793c21ee80658d1ca277 Mon Sep 17 00:00:00 2001 From: Jack Linhart Date: Sun, 16 Jul 2023 15:27:31 -0500 Subject: [PATCH] Apply rounded border to channels in search results (#2672) * Apply rounded border to channels in search results * use built-in utility class * Contain channel thumbnail size * contain results in flexbox and implement custom Uno classes * correct linter errors * remove custom rule --- src/components/ChannelItem.vue | 6 +++--- src/components/PlaylistItem.vue | 2 +- src/components/VideoItem.vue | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/ChannelItem.vue b/src/components/ChannelItem.vue index c032ac1d..8eb6f65a 100644 --- a/src/components/ChannelItem.vue +++ b/src/components/ChannelItem.vue @@ -1,8 +1,8 @@