[Manager] Set max size on custom node pack icons (#3178)

This commit is contained in:
Christian Byrne
2025-03-21 08:04:23 -07:00
committed by GitHub
parent f7bfb6ec57
commit 8530406c3e

View File

@@ -2,7 +2,7 @@
<img
:src="isImageError ? DEFAULT_ICON : imgSrc"
:alt="nodePack.name + ' icon'"
class="object-contain rounded-lg"
class="object-contain rounded-lg max-h-72 max-w-72"
:style="{ width: cssWidth, height: cssHeight }"
@error="isImageError = true"
/>