mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
Add recipe tags functionality to RecipeModal
- Implemented display of recipe tags in a compact format within the RecipeModal. - Added tooltip for additional tags with hover functionality. - Updated CSS styles for recipe tags and tooltips to enhance visual presentation. - Adjusted layout and padding in related components for improved aesthetics.
This commit is contained in:
@@ -4,6 +4,13 @@
|
||||
|
||||
<header class="recipe-modal-header">
|
||||
<h2 id="recipeModalTitle">Recipe Details</h2>
|
||||
<!-- Recipe Tags Container -->
|
||||
<div class="recipe-tags-container">
|
||||
<div class="recipe-tags-compact" id="recipeTagsCompact"></div>
|
||||
<div class="recipe-tags-tooltip" id="recipeTagsTooltip">
|
||||
<div class="tooltip-content" id="recipeTagsTooltipContent"></div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="modal-body">
|
||||
|
||||
Reference in New Issue
Block a user