mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-12 18:10: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>
|
||||
|
||||
<div class="w-14 sm:w-44">
|
||||
<ActionButton on:click={onClick} disabled={!$selected.length} area-label="Download Playlist">
|
||||
<span class="sm:hidden inline">
|
||||
<span class="inline">
|
||||
<svg
|
||||
fill="currentColor"
|
||||
class="w-4 h-4"
|
||||
|
@ -47,4 +46,3 @@
|
|||
|
||||
<span class="hidden sm:inline">Download Playlist</span>
|
||||
</ActionButton>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue