diff --git a/static/css/components/lora-modal.css b/static/css/components/lora-modal.css index 6d22a635..a03e7d98 100644 --- a/static/css/components/lora-modal.css +++ b/static/css/components/lora-modal.css @@ -602,7 +602,6 @@ align-items: center; width: calc(100% - 40px); /* Avoid overlap with close button */ position: relative; - margin-bottom: var(--space-1); } .model-name-content { @@ -917,7 +916,6 @@ /* Updated Model Tags styles - improved visibility in light theme */ .model-tags-container { position: relative; - margin-top: 4px; } .model-tags-compact { diff --git a/templates/recipes.html b/templates/recipes.html index 6d116808..222125b5 100644 --- a/templates/recipes.html +++ b/templates/recipes.html @@ -126,24 +126,11 @@ {% else %}
- -
-
- {% if recipe_tags %} - {% for tag in recipe_tags %} -
{{ tag }}
- {% endfor %} - {% else %} -
All
- {% endif %} +
+
+
-
- - - {% include 'components/search_controls.html' %}
@@ -217,53 +204,12 @@