mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-27 15:05:38 -04:00
[bug][calendar] fix calendar previews layout
This commit is contained in:
parent
81232f8aad
commit
697dd1824e
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<Page>
|
<component :is="basic ? 'div' : 'Page'">
|
||||||
<div v-if="year.eventsByDate[day.toString()] || basic" :class="basic ? 'py-5' : ''">
|
<div v-if="year.eventsByDate[day.toString()] || basic" :class="basic ? 'py-5' : ''">
|
||||||
<CommunityNav v-if="!basic"/>
|
<CommunityNav v-if="!basic"/>
|
||||||
|
|
||||||
@ -51,7 +51,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
<NotFound v-else/>
|
<NotFound v-else/>
|
||||||
</Page>
|
</component>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user