From 8850d15daac5a94dc5347587375696155ac93312 Mon Sep 17 00:00:00 2001 From: moris Date: Thu, 3 Apr 2025 23:38:45 +0900 Subject: [PATCH] =?UTF-8?q?code=20frame=E3=81=AE=E9=AB=98=E3=81=95?= =?UTF-8?q?=E3=81=8C100%=E3=81=AB=E3=81=AA=E3=82=89=E3=81=AA=E3=81=84?= =?UTF-8?q?=E5=95=8F=E9=A1=8C=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.html | 2 +- src/routes/code/[slug]/app.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app.html b/src/app.html index 6d0eee3..c9dc199 100644 --- a/src/app.html +++ b/src/app.html @@ -8,6 +8,6 @@ %sveltekit.head% -
%sveltekit.body%
+
%sveltekit.body%
diff --git a/src/routes/code/[slug]/app.css b/src/routes/code/[slug]/app.css index bf882e6..d1ba7c2 100644 --- a/src/routes/code/[slug]/app.css +++ b/src/routes/code/[slug]/app.css @@ -26,4 +26,8 @@ body:fullscreen { padding: 10%; background-image: url(https://moris.day/files/img/BigSur.avif); background-size: cover; +} + +.sv-body { + display: contents; } \ No newline at end of file