forked from mirrors/pronouns.cc
feat(frontend): always show footer at bottom of page
This commit is contained in:
parent
84b87790ee
commit
40fb2d5dd1
1 changed files with 13 additions and 8 deletions
|
@ -23,15 +23,20 @@
|
|||
<meta property="og:site_name" content="pronouns.cc" />
|
||||
</svelte:head>
|
||||
|
||||
<Navigation />
|
||||
<div class="container">
|
||||
<div class="d-flex flex-column min-vh-100">
|
||||
<div class="flex-grow-1">
|
||||
<Navigation />
|
||||
<div class="container">
|
||||
<slot />
|
||||
<div class="position-absolute top-0 end-0">
|
||||
{#each $toastStore as toast}
|
||||
<Toast header={toast.header} body={toast.body} />
|
||||
{/each}
|
||||
</div>
|
||||
<footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer class="container">
|
||||
<hr />
|
||||
<p>
|
||||
pronouns.cc <a href="https://codeberg.org/u1f320/pronouns.cc/commit/{commit}">{version}</a>
|
||||
|
|
Loading…
Reference in a new issue