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
commit a463ef3c03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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>