chat を更新
parent
9b0cfb7b53
commit
0fbf68bc8b
4
chat.md
4
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" && (
|
||||
<div className="flex py-10 max-h-[700px] md:h-screen">
|
||||
<iframe className="w-full hidden-scrollbar px-0 h-[300px] sm:h-[450px] md:px-0 md:h-[600px] md:px-8" title="stream" src="https://example.com">
|
||||
</iframe>
|
||||
@ -38,7 +38,7 @@ htmlに省略形式でcssを記述します。`tailwind.config.ts`を見てく
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
)}
|
||||
```
|
||||
|
||||
`@media`を制御する`sm`, `md`などは記述する順序を間違えると動きませんので注意。
|
||||
|
Loading…
Reference in New Issue
Block a user