diff --git a/src/components/window.svelte b/src/components/window.svelte index 493d36a..92354d6 100644 --- a/src/components/window.svelte +++ b/src/components/window.svelte @@ -13,20 +13,30 @@ >
-

- {title} -

- {#if iconUri !== ''} - {iconUri} - {/if} +
+

+ {title} +

+ {#if iconUri !== ''} + {iconUri} + {/if} +
- +
+ +
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index f8a6379..bafda29 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -85,12 +85,12 @@ {/each} - - - - - - + + + + + + - +
- {#each menuItems as item} - {@const highlight = isRoute(item.href)} - - {/each} +
+ {#each menuItems as item} + {@const highlight = isRoute(item.href)} + + {/each} +