We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e532187 commit 2336c57Copy full SHA for 2336c57
platforms/metagram/src/routes/(protected)/home/+page.svelte
@@ -130,14 +130,13 @@
130
{comment}
131
handleReply={(id) => {
132
activeReplyToId = id;
133
- alert(id);
134
commentInput?.focus();
135
}}
136
/>
137
</li>
138
{/each}
139
<MessageInput
140
- class="mt-4"
+ class="fixed start-0 bottom-4 mt-4 w-full px-5"
141
variant="comment"
142
src="https://www.gravatar.com/avatar/2c7d99fe281ecd3bcd65ab915bac6dd5?s=250"
143
bind:value={commentValue}
0 commit comments