mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-12 18:10:06 -04:00
Update GuidesPopup.svelte
This commit is contained in:
parent
dbeefad832
commit
48b82f5cd5
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
export let title = 'Guides'
|
export let title = 'Guides'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="relative px-2 py-[9rem] 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="relative bg-white rounded-md shadow dark:bg-gray-800 w-full max-w-2xl">
|
||||||
<div
|
<div
|
||||||
class="flex justify-between items-center py-4 pl-5 pr-4 rounded-t border-b dark:border-gray-700"
|
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