Skip to content

Commit

Permalink
chore: update layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ynwd committed Oct 29, 2024
1 parent fded4ab commit 75308a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/index/index.main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ export function Main(
{loading && <Loading>Loading</Loading>}
{!loading && (
<div class={`grow md:relative`}>
<Background />
<div class="grow 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 z-10">
Expand Down

0 comments on commit 75308a3

Please sign in to comment.