mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-11 17:40:05 -04:00
Update ChannelPopup.svelte
This commit is contained in:
parent
9fc45fa726
commit
2b62878279
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
}
|
||||
</script>
|
||||
|
||||
<div class="relative px-2 py-[4rem] flex justify-center" on:keypress on:click|self="{closePopup}">
|
||||
<div class="relative px-2 py-24 flex justify-center" on:keypress on:click|self="{closePopup}">
|
||||
<div class="relative bg-white rounded-md shadow dark:bg-gray-800 w-full max-w-[820px]">
|
||||
<div
|
||||
class="flex justify-between items-center py-4 pl-5 pr-4 rounded-t border-b dark:border-gray-700"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue