File tree Expand file tree Collapse file tree
platforms/metagram/src/routes/(protected) Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8787 if (paneModal ) paneModal .present ({ animate: true });
8888 }}
8989 />
90- <section class =" hide-scrollbar h-[100dvh] overflow-y-auto px-4 pb-16 md:px-8 md:pt-8" >
90+ <section class =" h-[100dvh] md:px-8 md:pt-8" >
9191 {#if route === ' /profile/post' }
9292 <button
9393 class =" my-4 cursor-pointer rounded-full bg-white/60 p-2 hover:bg-gray-100"
111111 ]}
112112 />
113113 {/if }
114- {@render children ()}
114+ <section class =" hide-scrollbar h-[100%] overflow-y-auto pb-35" >
115+ {@render children ()}
116+ </section >
115117 </section >
116118 {#if route === ' /home' || route === ' /messages' }
117119 <aside
Original file line number Diff line number Diff line change 44 let messageValue = $state (' ' );
55 </script >
66
7- <section class =" chat relative px-0" >
7+ <section class =" relative px-0" >
88 {#each { length : 12 } as _ }
99 <ChatMessage
1010 isOwn ={true }
5454 {/each }
5555
5656 <MessageInput
57- class =" sticky start-0 bottom-[-15px ] w-full"
57+ class =" sticky start-0 bottom-[-30px ] w-full"
5858 variant =" dm"
5959 src =" https://picsum.photos/id/237/200/300"
6060 bind:value ={messageValue }
You can’t perform that action at this time.
0 commit comments