mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-13 02:20:06 -04:00
Update CreatePlaylistButton.svelte
This commit is contained in:
parent
8cce03ffe5
commit
0b302db5fa
1 changed files with 52 additions and 54 deletions
|
@ -7,7 +7,6 @@
|
|||
const dispatch = createEventDispatcher()
|
||||
</script>
|
||||
|
||||
<div class="w-14 sm:w-36">
|
||||
<ActionButton
|
||||
disabled={$downloadMode}
|
||||
on:click={() => {
|
||||
|
@ -16,7 +15,7 @@
|
|||
}}
|
||||
area-label="Create Playlist"
|
||||
>
|
||||
<span class="sm:hidden inline">
|
||||
<span class="inline">
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
class="w-5 h-5"
|
||||
|
@ -60,4 +59,3 @@
|
|||
>
|
||||
</span><span class="hidden sm:inline">Create Playlist</span>
|
||||
</ActionButton>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue