From 9c0dcb28531b6ef1d5d9cf657c002d768e1c3b3e Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Fri, 14 Mar 2025 11:04:58 +0800 Subject: [PATCH] checkpoint --- static/css/components/lora-modal.css | 2 - templates/recipes.html | 60 ++-------------------------- 2 files changed, 3 insertions(+), 59 deletions(-) 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 @@