Fix padding on home page
This commit is contained in:
@@ -427,20 +427,21 @@ const keydown = (e) => {
|
|||||||
<div>Rate {formatDataVolume(total_rate, 3)}/s</div>
|
<div>Rate {formatDataVolume(total_rate, 3)}/s</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<div class="progress_bar_outer" style="margin-bottom: 1.5em;">
|
<div class="progress_bar_outer">
|
||||||
<div bind:this={progress_bar_inner} class="progress_bar_inner"></div>
|
<div bind:this={progress_bar_inner} class="progress_bar_inner"></div>
|
||||||
</div>
|
</div>
|
||||||
<br/>
|
|
||||||
|
|
||||||
<div id="file_drop_highlight" class="highlight_green" class:hide={!dragging}>
|
<div id="file_drop_highlight" class="highlight_green" class:hide={!dragging}>
|
||||||
Gimme gimme gimme!<br/>
|
Gimme gimme gimme!<br/>
|
||||||
Drop your files to upload them
|
Drop your files to upload them
|
||||||
</div>
|
</div>
|
||||||
|
<br/>
|
||||||
|
|
||||||
{#each upload_queue as file}
|
{#each upload_queue as file}
|
||||||
<UploadProgressBar bind:this={file.component} job={file}></UploadProgressBar>
|
<UploadProgressBar bind:this={file.component} job={file}></UploadProgressBar>
|
||||||
{/each}
|
{/each}
|
||||||
|
|
||||||
|
<br/>
|
||||||
<section class="instruction">
|
<section class="instruction">
|
||||||
<span class="big_number">3</span>
|
<span class="big_number">3</span>
|
||||||
<span class="instruction_text">Share the files</span>
|
<span class="instruction_text">Share the files</span>
|
||||||
|
Reference in New Issue
Block a user