From 9b0cfb7b53724fe1746ea6094bd209ece0ab8bf8 Mon Sep 17 00:00:00 2001 From: syui Date: Mon, 28 Oct 2024 20:44:55 +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 | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/chat.md b/chat.md index 6c9d9b9..bc04bf0 100644 --- a/chat.md +++ b/chat.md @@ -9,29 +9,24 @@ htmlに省略形式でcssを記述します。`tailwind.config.ts`を見てください。 ```html -
- - {params.postAuthor === "syui.bsky.social" && ( - - )} -
+
- {post.status === "live" ? ( - ) : ( - - This post has been deleted - - Deleted posts cannot receive new comments. - - - )} {comments.map((comment) => ( ))}
- -
+
+ )} ``` `@media`を制御する`sm`, `md`などは記述する順序を間違えると動きませんので注意。