forked from MapComplete/MapComplete
UX: move classes of the wikipedia article
This commit is contained in:
parent
ff9ca5e5cd
commit
5168b42c8f
1 changed files with 15 additions and 17 deletions
|
|
@ -34,8 +34,7 @@
|
||||||
<Tr t={Translations.t.general.wikipedia.loading} />
|
<Tr t={Translations.t.general.wikipedia.loading} />
|
||||||
</Loading>
|
</Loading>
|
||||||
{:else}
|
{:else}
|
||||||
<span class="wikipedia-article">
|
<FromHtml clss="wikipedia-article" src={$wikipediaDetails.firstParagraph} />
|
||||||
<FromHtml src={$wikipediaDetails.firstParagraph} />
|
|
||||||
<Disclosure let:open>
|
<Disclosure let:open>
|
||||||
<DisclosureButton>
|
<DisclosureButton>
|
||||||
<span class="flex">
|
<span class="flex">
|
||||||
|
|
@ -47,9 +46,8 @@
|
||||||
</span>
|
</span>
|
||||||
</DisclosureButton>
|
</DisclosureButton>
|
||||||
<DisclosurePanel>
|
<DisclosurePanel>
|
||||||
<FromHtml src={$wikipediaDetails.restOfArticle} />
|
<FromHtml clss="wikipedia-article" src={$wikipediaDetails.restOfArticle} />
|
||||||
</DisclosurePanel>
|
</DisclosurePanel>
|
||||||
</Disclosure>
|
</Disclosure>
|
||||||
</span>
|
|
||||||
{/if}
|
{/if}
|
||||||
{/if}
|
{/if}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue