From aba3a7ae433f020d8c63ae9a1d9b69e9f1b6c428 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Sat, 13 Jun 2026 19:59:41 +0900 Subject: [PATCH] Cookbook Trending: accent trending-up icon + chevron on right + larger row MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added a trending-up (market-up) SVG before the label, tinted accent so the section reads as "what's hot". - Chevron ▸ moved from the left to the right side of the toggle row (still rotates via the existing CSS). - Bumped the toggle row taller (26→34px) with 13px font + 18px icon so the section header has more presence. --- static/js/cookbook.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/static/js/cookbook.js b/static/js/cookbook.js index e117600dc..e02cdaaa8 100644 --- a/static/js/cookbook.js +++ b/static/js/cookbook.js @@ -1839,9 +1839,13 @@ function _renderRecipes() { // Latest HF models that fit — collapsible card list html += `
`; html += `
`; - html += ``; html += ``; html += `
`;