From d56d325f59dc44292701af887963058da3fd1b6a Mon Sep 17 00:00:00 2001 From: moris Date: Sun, 1 Dec 2024 21:54:02 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20js=E7=84=A1=E5=8A=B9=E6=99=82=E3=81=AE?= =?UTF-8?q?=E7=A9=BA=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/(DefaultStyle)/+layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/(DefaultStyle)/+layout.svelte b/src/routes/(DefaultStyle)/+layout.svelte index 80cc407..f7434b5 100644 --- a/src/routes/(DefaultStyle)/+layout.svelte +++ b/src/routes/(DefaultStyle)/+layout.svelte @@ -96,6 +96,6 @@ } @media (scripting: none) { - header{height:50px !important;} + .headerContainer{height:50px !important;} } \ No newline at end of file