move to less obstruct content and minor tweaks
This commit is contained in:
parent
3b83154cef
commit
d40e05966c
1 changed files with 7 additions and 9 deletions
|
|
@ -49,15 +49,6 @@
|
||||||
<img src="https://assets.hackclub.com/flag-orpheus-left.svg" alt="Hack Club Orpheus Flag" class="h-16">
|
<img src="https://assets.hackclub.com/flag-orpheus-left.svg" alt="Hack Club Orpheus Flag" class="h-16">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav class="flex flex-col gap-0 items-center z-50 fixed top-24 sm:top-12 md:top-4 right-0 font-semibold bg-ctp-surface0 pr-4 pl-2 py-1 rounded-l-xl border-y border-l border-ctp-sky">
|
|
||||||
<a href="https://nixwebr.ing" class="no-underline text-sm text-ctp-text">nix-webring</a>
|
|
||||||
<div class="text-2xl">
|
|
||||||
<a href="https://nixwebr.ing/prev/satr14" class="no-underline text-ctp-text"><</a>
|
|
||||||
<a href="https://nixwebr.ing/rand" class="no-underline text-ctp-text">⚂</a>
|
|
||||||
<a href="https://nixwebr.ing/next/satr14" class="no-underline text-ctp-text">></a>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
{#if showNotification}
|
{#if showNotification}
|
||||||
<div class="z-50 fixed top-6 right-6 left-6 flex justify-center items-center">
|
<div class="z-50 fixed top-6 right-6 left-6 flex justify-center items-center">
|
||||||
<div class="flex items-center gap-3 bg-ctp-surface0 text-ctp-text px-4 py-3 rounded-xl shadow-lg border border-ctp-sky" transition:fly={{ y: 20, duration: 300, easing: cubicOut }}>
|
<div class="flex items-center gap-3 bg-ctp-surface0 text-ctp-text px-4 py-3 rounded-xl shadow-lg border border-ctp-sky" transition:fly={{ y: 20, duration: 300, easing: cubicOut }}>
|
||||||
|
|
@ -167,6 +158,13 @@
|
||||||
{/each}
|
{/each}
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
<div class="opacity-75 hover:opacity-100 flex justify-center gap-6 font-extrabold pb-6 no-underline text-ctp-text">
|
||||||
|
<a href="https://nixwebr.ing/prev/satr14"><</a>
|
||||||
|
<a href="https://nixwebr.ing" class="italic font-">nix-webring</a>
|
||||||
|
<a href="https://nixwebr.ing/rand">⚂</a>
|
||||||
|
<a href="https://nixwebr.ing/next/satr14">></a>
|
||||||
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
Loading…
Reference in a new issue