Skip to content

Commit

Permalink
Merge pull request #491 from fastrodev/user
Browse files Browse the repository at this point in the history
chore: update layout
  • Loading branch information
ynwd authored Oct 28, 2024
2 parents ce5aa09 + f405395 commit 85fcb7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/index/index.main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,12 @@ export function Main(
{error && <Loading>{error}</Loading>}
{loading && <Loading>Loading</Loading>}
{!loading && (
<div class={`grow md:relative`}>
<div class={`grow md:relative flex flex-col`}>
<div class="bg-center bg-no-repeat h-screen flex flex-col justify-end bg-gray-950 border-t border-l border-r border-gray-700">
<Background />
<ListMessage data={data} />
</div>
<div class="fixed md:absolute bottom-0 left-0 right-0 p-3">
<div class="fixed md:absolute bottom-0 left-0 right-0 p-3 z-10">
<MessageInput
avatar_url={props.avatar_url}
ws_url={props.ws_url}
Expand Down

0 comments on commit 85fcb7e

Please sign in to comment.