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