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,16 +7,15 @@
|
||||||
const dispatch = createEventDispatcher()
|
const dispatch = createEventDispatcher()
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="w-14 sm:w-36">
|
<ActionButton
|
||||||
<ActionButton
|
|
||||||
disabled={$downloadMode}
|
disabled={$downloadMode}
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
downloadMode.set(true)
|
downloadMode.set(true)
|
||||||
dispatch('click')
|
dispatch('click')
|
||||||
}}
|
}}
|
||||||
area-label="Create Playlist"
|
area-label="Create Playlist"
|
||||||
>
|
>
|
||||||
<span class="sm:hidden inline">
|
<span class="inline">
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
class="w-5 h-5"
|
class="w-5 h-5"
|
||||||
|
@ -59,5 +58,4 @@
|
||||||
/></svg
|
/></svg
|
||||||
>
|
>
|
||||||
</span><span class="hidden sm:inline">Create Playlist</span>
|
</span><span class="hidden sm:inline">Create Playlist</span>
|
||||||
</ActionButton>
|
</ActionButton>
|
||||||
</div>
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue