feat: allow new confg

This commit is contained in:
Shivam Mishra
2025-06-04 16:09:42 +05:30
parent 4fe9b88642
commit 394419ce95
3 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ useInfiniteScroll(messageListRef, useThrottleFn(fetchMore, 1000), {
<div class="relative">
<ul
ref="messageListRef"
class="px-4 pt-4 flex flex-col-reverse pb-64 bg-n-background overflow-scroll h-screen"
class="px-4 pt-4 flex flex-col-reverse pb-60 bg-n-background overflow-scroll h-screen"
>
<div
v-if="isAnyoneTyping"