mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-12 10:00:07 -04:00
Update StreamsPopup.svelte
This commit is contained in:
parent
1f60e3d35a
commit
cfba041c07
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
export let title = 'Streams'
|
||||
</script>
|
||||
|
||||
<div class="relative px-2 py-[10rem] flex justify-center" on:keypress on:click|self="{close}">
|
||||
<div class="relative px-2 py-32 flex justify-center" on:keypress on:click|self="{close}">
|
||||
<div class="relative bg-white rounded-md shadow dark:bg-gray-800 w-full max-w-2xl">
|
||||
<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