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`などは記述する順序を間違えると動きませんので注意。