mirror of
https://github.com/multipleof4/sune.git
synced 2026-01-14 16:47:59 +00:00
Keep: Main content partial
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user