fix. PWT-145 이벤트 네비게이션 말줄임 수정
This commit is contained in:
@@ -96,7 +96,7 @@ onMounted(async () => {
|
|||||||
md:p-8 md:pt-6 md:pr-4;
|
md:p-8 md:pt-6 md:pr-4;
|
||||||
}
|
}
|
||||||
.navigation-list {
|
.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 {
|
.item-thumbnail {
|
||||||
@apply overflow-hidden relative w-[148px] h-[75px] rounded-[10px]
|
@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;
|
after:content-[''] after:absolute after:top-0 after:left-0 after:w-full after:h-full after:bg-[lightgray]/50;
|
||||||
}
|
}
|
||||||
.item-title {
|
.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 {
|
.btn-control {
|
||||||
@apply absolute top-3 right-[-40px]
|
@apply absolute top-3 right-[-40px]
|
||||||
|
|||||||
Reference in New Issue
Block a user