From 4b603b74d2b78394121d2e63a1cb32282a3d4a75 Mon Sep 17 00:00:00 2001 From: grassblock Date: Fri, 13 Jun 2025 10:35:44 +0800 Subject: [PATCH 1/4] fix: ProtectedContent don't enter on submit and styling fix --- src/components/shortcodes/ProtectedContent.astro | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/components/shortcodes/ProtectedContent.astro b/src/components/shortcodes/ProtectedContent.astro index 1ab737d..5e05126 100644 --- a/src/components/shortcodes/ProtectedContent.astro +++ b/src/components/shortcodes/ProtectedContent.astro @@ -21,28 +21,30 @@ const { encryptedData, iv } = encrypt(content, password);

This content is protected. Enter the password to view it:

-
+
- +