some ui updates

This commit is contained in:
Samuel Andert
2023-07-21 14:48:44 +02:00
parent 5be272d1f2
commit 207b154035
7 changed files with 109 additions and 81 deletions

View File

@ -24,6 +24,19 @@
<WalletConnect bind:pkpWallet bind:authSig bind:pkpPubKey />
</div> -->
<GoogleAuth />
<Messages />
<MessageInput />
<div class="fixed top-0 left-0 w-full h-full overflow-hidden">
<main class="grid grid-rows-[auto,1fr,auto] min-h-screen">
<header class="bg-gray-100 text-black p-4">
<GoogleAuth />
</header>
<main class="p-4">
<Messages />
</main>
<footer class="bg-gray-300 p-4">
<MessageInput />
</footer>
</main>
</div>