diff --git a/src/App.svelte b/src/App.svelte index fef3804..43b87bd 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -52,12 +52,17 @@

Error: {error.message}

{/await} -
+
{#each posts as postObject} {/each} - + {#if screen.availWidth > 600} + + {/if} + {#if screen.availWidth <= 600} + + {/if}
@@ -138,6 +143,7 @@ height: auto; } #Feed { + overflow-y: scroll; width: 95%; margin: 0px; margin-left: 10%;