some ui updates
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user