From 1255584f9315462d51850c463958176121a7b4a2 Mon Sep 17 00:00:00 2001 From: Vixalie Date: Thu, 26 Mar 2026 17:02:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BB=A5=E6=94=AF=E6=8C=81=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app.css b/src/app.css index 4c1b0c2..60cba52 100644 --- a/src/app.css +++ b/src/app.css @@ -1,2 +1,6 @@ @import "tailwindcss"; @plugin "daisyui"; + +html, body { + @apply size-full; +}