From 0fbf68bc8b07d4a97fb3327cde2a4664bb78a052 Mon Sep 17 00:00:00 2001 From: syui Date: Mon, 28 Oct 2024 20:45:11 +0000 Subject: [PATCH] =?UTF-8?q?chat=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chat.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chat.md b/chat.md index bc04bf0..892ac63 100644 --- a/chat.md +++ b/chat.md @@ -9,7 +9,7 @@ htmlに省略形式でcssを記述します。`tailwind.config.ts`を見てください。 ```html - {params.postAuthor === "syui.ai" && post.status === "live" && post.rkey === "3l7lj463zbo2m" && ( +{params.postAuthor === "syui.ai" && post.status === "live" && post.rkey === "3l7lj463zbo2m" && (
@@ -38,7 +38,7 @@ htmlに省略形式でcssを記述します。`tailwind.config.ts`を見てく ))}
- )} +)} ``` `@media`を制御する`sm`, `md`などは記述する順序を間違えると動きませんので注意。