|
|
|
@ -9,10 +9,10 @@ useSidebar('nc-left-sidebar', { hasSidebar: false })
|
|
|
|
|
<template> |
|
|
|
|
<NuxtLayout> |
|
|
|
|
<div |
|
|
|
|
class="min-h-[calc(100vh_-_var(--header-height))] bg-primary bg-opacity-5 flex flex-wrap justify-between xl:flex-nowrap gap-6 py-6 px-4 md:(px-12 pt-65px)" |
|
|
|
|
class="mx-auto min-h-[calc(100vh_-_var(--header-height))] bg-primary bg-opacity-5 flex flex-wrap justify-between xl:flex-nowrap gap-6 py-6 px-4 md:(px-12 pt-65px)" |
|
|
|
|
> |
|
|
|
|
<div class="hidden xl:(flex)"> |
|
|
|
|
<div> |
|
|
|
|
<div v-if="route.name === 'index-index'"> |
|
|
|
|
<LazyGeneralSponsors /> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
@ -21,7 +21,8 @@ useSidebar('nc-left-sidebar', { hasSidebar: false })
|
|
|
|
|
<NuxtPage /> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="flex-1 flex gap-6 flex-col justify-center items-center md:(flex-row justify-between items-start)"> |
|
|
|
|
<div :class="{'flex-1': route.name === 'index-index'}" |
|
|
|
|
class=" flex gap-6 flex-col justify-center items-center md:(flex-row justify-between items-start)"> |
|
|
|
|
<template v-if="route.name === 'index-index'"> |
|
|
|
|
<TransitionGroup name="page" mode="out-in"> |
|
|
|
|
<div key="social-card"> |
|
|
|
|