From 39e314b7e979833224437d60d2c9b4b8355df641 Mon Sep 17 00:00:00 2001 From: clkim Date: Thu, 27 Nov 2025 17:50:48 +0900 Subject: [PATCH] =?UTF-8?q?fix.=20PWT-145=20=EC=9D=B4=EB=B2=A4=ED=8A=B8=20?= =?UTF-8?q?=EB=84=A4=EB=B9=84=EA=B2=8C=EC=9D=B4=EC=85=98=20=EB=A7=90?= =?UTF-8?q?=EC=A4=84=EC=9E=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layers/components/layouts/EventNavigation.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layers/components/layouts/EventNavigation.vue b/layers/components/layouts/EventNavigation.vue index 20d5970..1578f0a 100644 --- a/layers/components/layouts/EventNavigation.vue +++ b/layers/components/layouts/EventNavigation.vue @@ -96,7 +96,7 @@ onMounted(async () => { md:p-8 md:pt-6 md:pr-4; } .navigation-list { - @apply flex flex-col gap-4 h-full overflow-y-scroll rounded-[20px] p-4 pr-1 bg-[rgba(25,25,25,0.5)] shadow-[0_2px_4px_0_rgba(0,0,0,0.06)] backdrop-blur-[25px] transition-opacity duration-300 ease-in-out; + @apply flex flex-col gap-4 w-[180px] h-full overflow-y-scroll rounded-[20px] p-4 pr-1 bg-[rgba(25,25,25,0.5)] shadow-[0_2px_4px_0_rgba(0,0,0,0.06)] backdrop-blur-[25px] transition-opacity duration-300 ease-in-out; } .item-thumbnail { @apply overflow-hidden relative w-[148px] h-[75px] rounded-[10px] @@ -104,7 +104,7 @@ onMounted(async () => { after:content-[''] after:absolute after:top-0 after:left-0 after:w-full after:h-full after:bg-[lightgray]/50; } .item-title { - @apply block mt-2 text-center line-clamp-2 text-[#ebebeb] text-[14px] font-normal leading-[20px] tracking-[-0.42px] opacity-50; + @apply block mt-2 text-center text-[#ebebeb] text-[14px] font-normal leading-[20px] tracking-[-0.42px] opacity-50; } .btn-control { @apply absolute top-3 right-[-40px]