Fix navigation links drawer width
This commit is contained in:
parent
0c57699d99
commit
96e67c680b
|
@ -21,11 +21,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Button cta on:click={openDrawer}>Configure Links</Button>
|
<Button cta on:click={openDrawer}>Configure Links</Button>
|
||||||
<Drawer
|
<Drawer bind:this={drawer} title={"Navigation Links"}>
|
||||||
bind:this={drawer}
|
|
||||||
title={"Navigation Links"}
|
|
||||||
width="calc(100% - 334px)"
|
|
||||||
>
|
|
||||||
<svelte:fragment slot="description">
|
<svelte:fragment slot="description">
|
||||||
Configure the links in your navigation bar.
|
Configure the links in your navigation bar.
|
||||||
</svelte:fragment>
|
</svelte:fragment>
|
||||||
|
|
Loading…
Reference in New Issue