Cosmetic Fixes

This commit is contained in:
Neshura 2024-01-06 14:36:52 +01:00
parent 528055fca0
commit 9eb15db026
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 4 additions and 4 deletions

View file

@ -121,7 +121,7 @@
</div> </div>
{/snippet} {/snippet}
<ol class="w-full"> <ol class="h-[40rem] w-full overflow-y-auto">
{#if loading} {#if loading}
{#each Array(maxToots ?? 5) as placeholder} {#each Array(maxToots ?? 5) as placeholder}
<li class="flex flex-col gap-3 px-4 py-3"> <li class="flex flex-col gap-3 px-4 py-3">

View file

@ -9,8 +9,8 @@
<meta name="description" content="Landing Page for neshweb.net" /> <meta name="description" content="Landing Page for neshweb.net" />
</svelte:head> </svelte:head>
<div class="grid max-h-full grid-cols-3 justify-center gap-4 overflow-auto p-8"> <div class="flex max-h-full flex-row justify-center justify-around gap-4 overflow-auto p-8">
<div class="col-span-2 flex flex-col items-center"> <div class="flex flex-1 flex-col items-center">
<div class="flex flex-col gap-y-2 rounded-md border bg-black/55 p-4 backdrop-blur-sm"> <div class="flex flex-col gap-y-2 rounded-md border bg-black/55 p-4 backdrop-blur-sm">
<h1 class="text-center text-2xl">Home Page</h1> <h1 class="text-center text-2xl">Home Page</h1>
<p> <p>
@ -20,7 +20,7 @@
</div> </div>
</div> </div>
<div <div
class="flex flex-col items-center gap-y-1 rounded-md border bg-black/55 py-1 backdrop-blur-sm" class="flex w-[22rem] flex-col items-center gap-y-1 overflow-auto rounded-md border bg-black/55 py-1 backdrop-blur-sm"
> >
<p class="font-bold">Fediverse Accounts</p> <p class="font-bold">Fediverse Accounts</p>
<Separator class="max-w-80" /> <Separator class="max-w-80" />