[Manager] Improve node pack card header style (#3098)

This commit is contained in:
Christian Byrne
2025-03-17 09:15:34 -07:00
committed by GitHub
parent 1610d06cd1
commit 891e18af8e
4 changed files with 54 additions and 32 deletions

View File

@@ -124,7 +124,7 @@ import { useComfyManagerStore } from '@/stores/comfyManagerStore'
import type { TabItem } from '@/types/comfyManagerTypes'
import { components } from '@/types/comfyRegistryTypes'
const DEFAULT_CARD_SIZE = 512
const DEFAULT_CARD_SIZE = 349
const { t } = useI18n()
const comfyManagerStore = useComfyManagerStore()