diff --git a/src/routes/(DefaultStyle)/+layout.svelte b/src/routes/(DefaultStyle)/+layout.svelte index 0b22ea0..3c18ce2 100644 --- a/src/routes/(DefaultStyle)/+layout.svelte +++ b/src/routes/(DefaultStyle)/+layout.svelte @@ -27,7 +27,7 @@
{#if dev} -
DEV DUILD
+
DEV DUILD
{/if}
@@ -56,16 +56,6 @@ min-height: 100dvh; } - #devTicker { - position: fixed; - top: 0; - left: 0; - padding: 6px; - color: yellow; - background-color: #0008; - z-index: 10; - } - .headerContainer { position: sticky; top: 0;