Browse Source

Minor fixes

master
Nuša Pukšič 6 months ago committed by buttercat1791
parent
commit
28b5312c33
  1. 2
      src/lib/a/cards/AProfilePreview.svelte
  2. 2
      src/lib/components/util/CardActions.svelte

2
src/lib/a/cards/AProfilePreview.svelte

@ -159,7 +159,7 @@ @@ -159,7 +159,7 @@
<div class={`p-6 flex flex-col gap-4 relative`}>
<Avatar size="xl" border src={props.profile?.picture ?? null} alt="Avatar" class="absolute w-fit top-[-56px]" />
<Avatar size="xl" src={props.profile?.picture ?? null} alt="Avatar" class="absolute w-fit top-[-56px]" />
<div class="flex flex-col gap-3 mt-14">
<Heading tag="h1" class="h-leather mb-2">{displayName()}</Heading>

2
src/lib/components/util/CardActions.svelte

@ -203,7 +203,7 @@ @@ -203,7 +203,7 @@
</div>
{/if}
<div class="flex flex-col col space-y-5 justify-center align-middle">
<h1 class="text-3xl font-bold mt-5">{title || "Untitled"}</h1>
<h1 class="text-3xl font-bold mt-0">{title || "Untitled"}</h1>
<h2 class="text-base font-bold">
by
{#if originalAuthor}

Loading…
Cancel
Save