fix.모션 수정
This commit is contained in:
@@ -9,6 +9,7 @@ const { locale } = useI18n()
|
||||
const { sendLog } = useAnalytics()
|
||||
|
||||
const gameDomain = getGameDomain()
|
||||
|
||||
const analytics = {
|
||||
action_type: 'click',
|
||||
click_sarea: 'EventNavigation',
|
||||
@@ -132,6 +133,9 @@ onMounted(async () => {
|
||||
@apply absolute top-3 right-[-40px] bg-black/20 shadow-[0_1.667px_3.333px_0_rgba(0,0,0,0.06)] backdrop-blur-[12.5px] rotate-180
|
||||
sm:top-5 md:top-6 md:right-[-48px];
|
||||
}
|
||||
.btn-control:hover :deep(.icon) {
|
||||
@apply translate-x-[3px];
|
||||
}
|
||||
|
||||
.event-navigation.is-closed {
|
||||
@apply translate-x-[calc(-100%+20px)] sm:translate-x-[calc(-100%+40px)];
|
||||
|
||||
Reference in New Issue
Block a user