User home page and styling fixes

This commit is contained in:
2022-04-03 22:54:55 +02:00
parent 4d5720cb1e
commit 78cd5b555e
6 changed files with 119 additions and 110 deletions

View File

@@ -609,9 +609,10 @@ const keyboard_event = evt => {
<ReportWindow file={file} list={list}></ReportWindow>
</Modal>
{#if ads_enabled}
<!-- Disabled to reduce clutter while the Ukraine banner is live -->
<!-- {#if ads_enabled}
<IntroPopup target={button_home}></IntroPopup>
{/if}
{/if} -->
<Downloader bind:this={downloader} file={file} list={list}></Downloader>
</div>