diff --git a/src/lib/components/Navigation.svelte b/src/lib/components/Navigation.svelte index 815b54f9..b9590b78 100644 --- a/src/lib/components/Navigation.svelte +++ b/src/lib/components/Navigation.svelte @@ -46,7 +46,8 @@ align-items: center; justify-content: space-between; - width: 100%; + margin-block: 8px; + margin-inline: 16px; } .title { diff --git a/src/lib/components/Terminal.svelte b/src/lib/components/Terminal.svelte index 2df82d05..7b0f4ddd 100644 --- a/src/lib/components/Terminal.svelte +++ b/src/lib/components/Terminal.svelte @@ -17,10 +17,12 @@ /** @type {HTMLDivElement} */ let io + + export let resizable = false