mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-08-29 17:01:26 -03:00
cb18281b14
import-modal.css is loaded after recipe-modal.css and its unscoped .missing-badge/.deleted-badge (equal specificity) were clobbering the recipe modal's badge family, leaving invalid-hash-badge (no import counterpart) at a different size. Scope the recipe status-badge sizing under #recipeModal so import-modal.css can't override it. Also remove the duplicate .deleted-badge block in import-modal.css.