mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-10 17:10:06 -04:00
Update ChannelPopup.svelte
This commit is contained in:
parent
e775b8aa9f
commit
141aac0e74
1 changed files with 4 additions and 4 deletions
|
@ -19,12 +19,12 @@
|
|||
</script>
|
||||
|
||||
<div
|
||||
class="relative px-2 py-24 flex justify-center"
|
||||
class="relative px-2 pt-20 pb-24 flex justify-center"
|
||||
role="presentation"
|
||||
on:keypress
|
||||
on:click|self={close}
|
||||
>
|
||||
<div class="relative bg-white rounded-md shadow dark:bg-gray-800 w-full max-w-[820px]">
|
||||
<div class="relative bg-white rounded-lg shadow dark:bg-gray-800 w-full max-w-[820px]">
|
||||
<div
|
||||
class="flex justify-between items-center py-3 pl-5 pr-3 md:pr-4 rounded-t border-b dark:border-gray-700"
|
||||
>
|
||||
|
@ -48,8 +48,8 @@
|
|||
<CloseButton on:click={close} />
|
||||
</div>
|
||||
</div>
|
||||
<div class="overflow-y-auto overflow-x-scroll w-full scrollbar-hide">
|
||||
<div class="inline-table p-12 pt-10">
|
||||
<div class="overflow-y-auto overflow-x-scroll max-w-full scrollbar-hide">
|
||||
<div class="inline-table px-5 py-5 sm:py-10 sm:px-12">
|
||||
<HTMLPreview data={channel} {close} />
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue