Merge pull request #15407 from silentoplayz/bannerlengthincrease

refac: Increase banners height limit
This commit is contained in:
Tim Jaeryang Baek
2025-06-30 21:41:12 +04:00
committed by GitHub

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>