1
0
Fork 0
mirror of synced 2024-07-14 18:55:45 +12:00

Fix navigation links drawer width

This commit is contained in:
Andrew Kingston 2023-08-22 16:24:00 +01:00
parent 0c57699d99
commit 96e67c680b

View file

@ -21,11 +21,7 @@
</script>
<Button cta on:click={openDrawer}>Configure Links</Button>
<Drawer
bind:this={drawer}
title={"Navigation Links"}
width="calc(100% - 334px)"
>
<Drawer bind:this={drawer} title={"Navigation Links"}>
<svelte:fragment slot="description">
Configure the links in your navigation bar.
</svelte:fragment>