mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Inner modal full width
This commit is contained in:
+6
-1
@@ -70,7 +70,12 @@
|
||||
</span></Pill>
|
||||
</div>
|
||||
{:else}
|
||||
<CustomId bind:show={showCustomId} name="Collection" bind:id autofocus={false} />
|
||||
<CustomId
|
||||
bind:show={showCustomId}
|
||||
name="Collection"
|
||||
bind:id
|
||||
autofocus={false}
|
||||
fullWidth={true} />
|
||||
{/if}
|
||||
</FormList>
|
||||
<svelte:fragment slot="footer">
|
||||
|
||||
Reference in New Issue
Block a user