From c0cef029909abb12a635a01acb2b59e433a3170d Mon Sep 17 00:00:00 2001 From: David Blanc Brioir Date: Fri, 2 Jan 2026 00:03:13 +0100 Subject: [PATCH] =?UTF-8?q?refactor:=20Pr=C3=A9sentation=20strictement=20I?= =?UTF-8?q?DENTIQUE=20lignes=202=20et=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Ligne 2 et 3 ont exactement le même style CSS - Même couleur (var(--color-accent)) - Même background beige (rgba(125, 110, 88, 0.08)) - Même padding (0.25rem 0.5rem) - Même border-radius (4px) - Seule différence : icône et contenu - Présentation ultra-cohérente visuellement --- generations/library_rag/templates/search.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/generations/library_rag/templates/search.html b/generations/library_rag/templates/search.html index ba04d84..d68373d 100644 --- a/generations/library_rag/templates/search.html +++ b/generations/library_rag/templates/search.html @@ -202,10 +202,9 @@ {% endif %} - -
- 📂 - {{ section.title[:120] }}{% if section.title|length > 120 %}...{% endif %} + +
+ 📂 {{ section.title[:120] }}{% if section.title|length > 120 %}...{% endif %}
{% if section.summary_text and section.summary_text != section.title and section.summary_text != section.section_path %}

{{ section.summary_text[:250] }}{% if section.summary_text|length > 250 %}...{% endif %}