From 94904f3ad3e548c2f12aff698f14d225db749c43 Mon Sep 17 00:00:00 2001 From: moris Date: Mon, 10 Mar 2025 08:48:57 +0900 Subject: [PATCH] =?UTF-8?q?devTicker=E3=82=92=E3=82=A4=E3=83=B3=E3=83=A9?= =?UTF-8?q?=E3=82=A4=E3=83=B3=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/(DefaultStyle)/+layout.svelte | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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;