mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-11 17:40:05 -04:00
Update CreatePlaylistButton.svelte
This commit is contained in:
parent
346bbc9785
commit
6ad419451e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
const dispatch = createEventDispatcher()
|
||||
</script>
|
||||
|
||||
<div class="w-14 sm:w-40">
|
||||
<div class="w-14 sm:w-36">
|
||||
{#if $downloadMode}
|
||||
<DefaultButton on:click="{() => {downloadMode.set(false);dispatch('click')}}" area-label="Done">
|
||||
<span class="sm:hidden inline">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue