Redesign abuse notification
This commit is contained in:
@@ -578,12 +578,11 @@ const keyboard_event = evt => {
|
||||
|
||||
{#if ads_enabled}
|
||||
<AdLeaderboard></AdLeaderboard>
|
||||
<TransferLimit/>
|
||||
{:else if custom_footer}
|
||||
<CustomBanner src={custom_footer} link={custom_footer_link}></CustomBanner>
|
||||
{/if}
|
||||
|
||||
<TransferLimit/>
|
||||
|
||||
<Modal bind:this={details_window} on:is_visible={e => {details_visible = e.detail}} title="File details" width="1000px">
|
||||
<DetailsWindow file={file}></DetailsWindow>
|
||||
</Modal>
|
||||
|
Reference in New Issue
Block a user