mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-13 02:20:06 -04:00
Update DownloadButton.svelte
This commit is contained in:
parent
0b302db5fa
commit
93d1f85873
1 changed files with 22 additions and 24 deletions
|
@ -23,9 +23,8 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="w-14 sm:w-44">
|
<ActionButton on:click={onClick} disabled={!$selected.length} area-label="Download Playlist">
|
||||||
<ActionButton on:click={onClick} disabled={!$selected.length} area-label="Download Playlist">
|
<span class="inline">
|
||||||
<span class="sm:hidden inline">
|
|
||||||
<svg
|
<svg
|
||||||
fill="currentColor"
|
fill="currentColor"
|
||||||
class="w-4 h-4"
|
class="w-4 h-4"
|
||||||
|
@ -46,5 +45,4 @@
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span class="hidden sm:inline">Download Playlist</span>
|
<span class="hidden sm:inline">Download Playlist</span>
|
||||||
</ActionButton>
|
</ActionButton>
|
||||||
</div>
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue