From 7a7a2b8e19bd7e4f001c627e6af16eedfa49bf94 Mon Sep 17 00:00:00 2001 From: David Blanc Brioir Date: Thu, 8 Jan 2026 22:31:07 +0100 Subject: [PATCH] feat: Improve chat page filters layout - Works filter section: Increase max-height from 250px to 70vh (full screen) - Context RAG section: Closed by default (display: none) - Mobile responsive: Adjust works filter to 50vh on mobile - Enhances visibility of available works at page load Co-Authored-By: Claude Sonnet 4.5 --- generations/library_rag/templates/chat.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/generations/library_rag/templates/chat.html b/generations/library_rag/templates/chat.html index fd42165..334d5ee 100644 --- a/generations/library_rag/templates/chat.html +++ b/generations/library_rag/templates/chat.html @@ -665,7 +665,7 @@ .works-filter-content { padding: 0.75rem 1rem 1rem 1rem; - max-height: 250px; + max-height: 70vh; overflow-y: auto; } @@ -818,7 +818,7 @@ } .works-filter-content { - max-height: 150px; + max-height: 50vh; } .sidebar-panel .context-sidebar { @@ -918,9 +918,9 @@ 📚 Contexte RAG - + -