Skip to content

Commit 2336c57

Browse files
committed
fix: message input position
1 parent e532187 commit 2336c57

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

platforms/metagram/src/routes/(protected)/home/+page.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,13 @@
130130
{comment}
131131
handleReply={(id) => {
132132
activeReplyToId = id;
133-
alert(id);
134133
commentInput?.focus();
135134
}}
136135
/>
137136
</li>
138137
{/each}
139138
<MessageInput
140-
class="mt-4"
139+
class="fixed start-0 bottom-4 mt-4 w-full px-5"
141140
variant="comment"
142141
src="https://www.gravatar.com/avatar/2c7d99fe281ecd3bcd65ab915bac6dd5?s=250"
143142
bind:value={commentValue}

0 commit comments

Comments
 (0)