This commit is contained in:
parent
3135e265b8
commit
3b46305c63
|
@ -33,7 +33,6 @@ export async function getStaticPaths() {
|
||||||
<Header />
|
<Header />
|
||||||
<Post post={entry} componentType="full" />
|
<Post post={entry} componentType="full" />
|
||||||
<div
|
<div
|
||||||
class="flex flex-row"
|
|
||||||
hx-get=`http://localhost:8000/forms/emoji?postId=${entry.id}`
|
hx-get=`http://localhost:8000/forms/emoji?postId=${entry.id}`
|
||||||
hx-trigger="load"
|
hx-trigger="load"
|
||||||
hx-swap="innerHTML"
|
hx-swap="innerHTML"
|
||||||
|
|
|
@ -18,6 +18,15 @@ body {
|
||||||
background-color: #f5fffa;
|
background-color: #f5fffa;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.emoji-button {
|
||||||
|
border: none;
|
||||||
|
@apply text-lg rounded-full p-2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.emoji-buttons-container {
|
||||||
|
@apply flex flex-row gap-2;
|
||||||
|
}
|
||||||
|
|
||||||
@layer components {
|
@layer components {
|
||||||
.posts {
|
.posts {
|
||||||
@apply flex flex-col gap-10 md:gap-8;
|
@apply flex flex-col gap-10 md:gap-8;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user