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> </div>
<Dialog :open="showCoC" @update:open="onDialogToggle"> <Dialog :open="showCoC" @update:open="onDialogToggle">
<DialogContent> <DialogContent class="sm:max-w-fit">
<DialogHeader> <DialogHeader>
<DialogTitle>Community Code of Conduct</DialogTitle> <DialogTitle>Community Code of Conduct</DialogTitle>
<DialogDescription> <DialogDescription class="w-full max-h-[75vh]">
<div v-html="CoCString"> <div v-html="CoCString" class="bookstack-container w-full"></div>
</div>
</DialogDescription> </DialogDescription>
</DialogHeader> </DialogHeader>
</DialogContent> </DialogContent>