diff --git a/src/lib/components/ArticleHeader.svelte b/src/lib/components/ArticleHeader.svelte index c0ff6fb..6986ee0 100644 --- a/src/lib/components/ArticleHeader.svelte +++ b/src/lib/components/ArticleHeader.svelte @@ -71,7 +71,7 @@ {#if title != null && href != null} -
+

{title}

by {author}

@@ -80,7 +80,7 @@ {/if}
- + shareLinkCopied = false}> {#if shareLinkCopied} @@ -88,7 +88,7 @@ Share via NJump {/if} - + eventIdCopied = false}> {#if eventIdCopied} @@ -96,7 +96,7 @@ Copy event ID {/if} - + View JSON
diff --git a/src/lib/components/PublicationFeed.svelte b/src/lib/components/PublicationFeed.svelte index 7596bc0..389e3cd 100644 --- a/src/lib/components/PublicationFeed.svelte +++ b/src/lib/components/PublicationFeed.svelte @@ -80,7 +80,7 @@ }); -
+
{#if eventsInView.length === 0} {#each getSkeletonIds() as id} diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index a4d4754..5dd0ea0 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -22,7 +22,7 @@ }; -
+
{#if !$ndkSignedIn} {:else} @@ -45,4 +45,4 @@ {/if} {/if} -
+ diff --git a/src/styles/publications.css b/src/styles/publications.css index e242fb8..a48919a 100644 --- a/src/styles/publications.css +++ b/src/styles/publications.css @@ -189,7 +189,7 @@ /* listingblock, literalblock */ .note-leather .listingblock, .note-leather .literalblock { - @apply p-4 rounded bg-highlight dark:bg-primary-900; + @apply p-4 rounded bg-highlight dark:bg-primary-700; } .note-leather .sidebarblock .title,