Skip to content

Commit 4e79dbe

Browse files
committed
Refactor download and save
1 parent 6de3c86 commit 4e79dbe

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

popgetter-browser/web/src/routes/DownloadMode.svelte

+11-6
Original file line numberDiff line numberDiff line change
@@ -490,12 +490,17 @@
490490
<div
491491
style="text-align: left; margin-top: 0.5%; margin-bottom: 0.5%; "
492492
>
493-
<Button
494-
color="light"
495-
on:click={() => {
496-
downloadAndSave();
497-
}}>Download</Button
498-
>
493+
<Label class="space-y-2">
494+
Download and save data
495+
<ButtonGroup class="w-full">
496+
<Button
497+
color="light"
498+
on:click={() => {
499+
downloadAndSave();
500+
}}>Download and save</Button
501+
>
502+
</ButtonGroup>
503+
</Label>
499504
</div>
500505
</TabItem>
501506
</Tabs>

0 commit comments

Comments
 (0)