mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-27 15:05:38 -04:00
[pl][nouns][bug] fix layout for custom nouns pages
This commit is contained in:
parent
1794c2c0ba
commit
17236cceac
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
<Page>
|
||||
<NounsNav/>
|
||||
|
||||
<h2>
|
||||
@ -171,7 +171,7 @@
|
||||
<section v-if="sources && Object.keys(sources).length">
|
||||
<Literature :sources="sources"/>
|
||||
</section>
|
||||
</div>
|
||||
</Page>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
<Page>
|
||||
<NounsNav/>
|
||||
|
||||
<h2>
|
||||
@ -171,7 +171,7 @@
|
||||
<section v-if="sources && Object.keys(sources).length">
|
||||
<Literature :sources="sources"/>
|
||||
</section>
|
||||
</div>
|
||||
</Page>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
<Page>
|
||||
<NounsNav/>
|
||||
|
||||
<h2>
|
||||
@ -78,7 +78,7 @@
|
||||
<Separator icon="atom-alt"/>
|
||||
|
||||
<Dictionary load ref="dictionary"/>
|
||||
</div>
|
||||
</Page>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
<Page>
|
||||
<NounsNav/>
|
||||
|
||||
<h2>
|
||||
@ -74,7 +74,7 @@
|
||||
<section v-if="sources && Object.keys(sources).length">
|
||||
<Literature :sources="sources"/>
|
||||
</section>
|
||||
</div>
|
||||
</Page>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user