improved bookstack rendering

This commit is contained in:
2025-12-12 10:53:45 -05:00
parent 629fd59a7c
commit d7908570b2

View File

@@ -314,13 +314,11 @@ async function onDialogToggle(state: boolean) {
</div>
<Dialog :open="showCoC" @update:open="onDialogToggle">
<DialogContent>
<DialogContent class="sm:max-w-fit">
<DialogHeader>
<DialogTitle>Community Code of Conduct</DialogTitle>
<DialogDescription>
<div v-html="CoCString">
</div>
<DialogDescription class="w-full max-h-[75vh]">
<div v-html="CoCString" class="bookstack-container w-full"></div>
</DialogDescription>
</DialogHeader>
</DialogContent>