Update Banner.svelte

This commit is contained in:
Silentoplayz 2025-06-30 12:22:39 -04:00
parent 8b35ea6eea
commit 9813019489

View file

@ -83,7 +83,7 @@
{/if}
</div>
<div class="flex-1 text-xs text-gray-700 dark:text-white max-h-20 overflow-y-auto">
<div class="flex-1 text-xs text-gray-700 dark:text-white max-h-60 overflow-y-auto">
{@html marked.parse(DOMPurify.sanitize(banner.content))}
</div>
</div>