diff --git a/src/App.svelte b/src/App.svelte index 34977948..a62bf2b4 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -232,7 +232,7 @@ {#if $modal.type === 'note/detail'} {#key $modal.note.id} - + {/key} {:else if $modal.type === 'note/create'} diff --git a/src/partials/Preview.svelte b/src/partials/Preview.svelte index dc435ecb..1d136a1b 100644 --- a/src/partials/Preview.svelte +++ b/src/partials/Preview.svelte @@ -46,7 +46,8 @@ + style="background-color: rgba(15, 15, 14, 0.5)" + class="relative rounded border border-solid border-medium flex flex-col overflow-hidden"> {#if preview.image} Link preview {/if} diff --git a/src/views/notes/NoteDetail.svelte b/src/views/notes/NoteDetail.svelte index d1cfae27..780373c2 100644 --- a/src/views/notes/NoteDetail.svelte +++ b/src/views/notes/NoteDetail.svelte @@ -14,6 +14,7 @@ export let note export let relays = [] + export let invertColors = false let found = false let loading = true @@ -56,7 +57,7 @@ {:else if note.pubkey}
- +
{/if}