mirror of
https://github.com/AventurasTeam/Aventuras.git
synced 2026-04-28 11:50:15 +00:00
vault complete
This commit is contained in:
parent
6e0940d368
commit
d4e312ec8d
58 changed files with 4413 additions and 5140 deletions
|
|
@ -8,15 +8,15 @@
|
|||
const { isMobile } = getResponsiveModalContext();
|
||||
</script>
|
||||
|
||||
{#if isMobile.current}
|
||||
{#if isMobile.current}
|
||||
<Drawer.Content
|
||||
class={cn("max-h-[85vh] h-auto p-0 pb-[env(safe-area-inset-bottom)]", className)}
|
||||
{...props}
|
||||
>
|
||||
{@render children?.()}
|
||||
</Drawer.Content>
|
||||
{:else}
|
||||
{:else}
|
||||
<Dialog.Content class={className} {...props}>
|
||||
{@render children?.()}
|
||||
</Dialog.Content>
|
||||
{/if}
|
||||
{/if}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue