Enhance unlinked state logic for checklists and notes; update button layout in modals

This commit is contained in:
Sean Morley
2024-12-26 22:09:17 -05:00
parent df2ce01910
commit 8f7551f4be
6 changed files with 7 additions and 9 deletions

View File

@@ -426,7 +426,7 @@
{/if}
{#if collection.description}
<div class="flex justify-center mt-4">
<div class="flex justify-center mt-4 max-w-screen-lg mx-auto">
<article
class="prose overflow-auto max-h-96 max-w-full p-4 border border-base-300 rounded-lg bg-base-300 mb-4"
style="overflow-y: auto;"