improved bookstack rendering
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user