[pl][nouns][bug] fix layout for custom nouns pages

This commit is contained in:
Andrea Vos 2022-09-06 17:12:46 +02:00
parent 1794c2c0ba
commit 17236cceac
4 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
<template> <template>
<div> <Page>
<NounsNav/> <NounsNav/>
<h2> <h2>
@ -171,7 +171,7 @@
<section v-if="sources && Object.keys(sources).length"> <section v-if="sources && Object.keys(sources).length">
<Literature :sources="sources"/> <Literature :sources="sources"/>
</section> </section>
</div> </Page>
</template> </template>
<script> <script>

View File

@ -1,5 +1,5 @@
<template> <template>
<div> <Page>
<NounsNav/> <NounsNav/>
<h2> <h2>
@ -171,7 +171,7 @@
<section v-if="sources && Object.keys(sources).length"> <section v-if="sources && Object.keys(sources).length">
<Literature :sources="sources"/> <Literature :sources="sources"/>
</section> </section>
</div> </Page>
</template> </template>
<script> <script>

View File

@ -1,5 +1,5 @@
<template> <template>
<div> <Page>
<NounsNav/> <NounsNav/>
<h2> <h2>
@ -78,7 +78,7 @@
<Separator icon="atom-alt"/> <Separator icon="atom-alt"/>
<Dictionary load ref="dictionary"/> <Dictionary load ref="dictionary"/>
</div> </Page>
</template> </template>
<script> <script>

View File

@ -1,5 +1,5 @@
<template> <template>
<div> <Page>
<NounsNav/> <NounsNav/>
<h2> <h2>
@ -74,7 +74,7 @@
<section v-if="sources && Object.keys(sources).length"> <section v-if="sources && Object.keys(sources).length">
<Literature :sources="sources"/> <Literature :sources="sources"/>
</section> </section>
</div> </Page>
</template> </template>
<script> <script>