Explorar o código

Merge pull request #15407 from silentoplayz/bannerlengthincrease

refac: Increase banners height limit
Tim Jaeryang Baek hai 3 meses
pai
achega
a463ef3c03
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/lib/components/common/Banner.svelte

+ 1 - 1
src/lib/components/common/Banner.svelte

@@ -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>