From 6ffb41a957d791792eed13a5bb9722ce09a19e2b Mon Sep 17 00:00:00 2001 From: Hakadao Date: Mon, 30 Dec 2024 01:01:00 +0800 Subject: [PATCH] fix(channels-pop): adjust max-width for better responsiveness and add width inheritance to child elements --- src/components/TopBar/components/ChannelsPop.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/TopBar/components/ChannelsPop.vue b/src/components/TopBar/components/ChannelsPop.vue index 11966924..3cad10a7 100644 --- a/src/components/TopBar/components/ChannelsPop.vue +++ b/src/components/TopBar/components/ChannelsPop.vue @@ -56,8 +56,8 @@ const otherLinks = computed(() => [ y: 'scroll', }" style="backdrop-filter: var(--bew-filter-glass-1);" - h="[calc(100vh-100px)]" max-h-445px - w="[calc(100vw-100px)]" max-w-709px + h="[calc(100vh-100px)]" max-h="445px" + w="[calc(100vw-100px)]" max-w="758px" shadow="[var(--bew-shadow-3),var(--bew-shadow-edge-glow-1)]" bg="$bew-elevated-alt" rounded="$bew-radius" @@ -65,7 +65,7 @@ const otherLinks = computed(() => [ >