Keep: Main content partial

This commit is contained in:
2025-11-09 18:57:01 -08:00
parent 89b3b6f7c5
commit 78ad8f828d

View File

@@ -1 +1,9 @@
<main id="chat" class="flex-1 overflow-y-auto no-scrollbar"><section id="suneHtml" class="px-0 border-b border-gray-200 hidden"></section><div id="messages" class="mx-auto w-full max-w-none px-0 py-4 sm:py-6 space-y-4" @click="if($event.target.closest('.msg-avatar')){document.getElementById('sidebarLeft').classList.remove('-translate-x-full');document.getElementById('sidebarOverlayLeft').classList.remove('hidden')}"></div><div class="h-24"></div></main>
<main id="chat" class="flex-1 overflow-y-auto no-scrollbar">
<section id="suneHtml" class="px-0 border-b border-gray-200 hidden"></section>
<div
id="messages"
class="mx-auto w-full max-w-none px-0 py-4 sm:py-6 space-y-4"
@click="if($event.target.closest('.msg-avatar')){document.getElementById('sidebarLeft').classList.remove('-translate-x-full');document.getElementById('sidebarOverlayLeft').classList.remove('hidden')}"
></div>
<div class="h-24"></div>
</main>