From 71da9f0ef43b70909e61e462ecaab663ffa44d9e Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 17 Feb 2026 06:29:08 +0000 Subject: v3 UI: Reorder sidebar sections per ticket NK-mcl01m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New order: filters (Unread/All/Starred) → search → "+ new" → Feeds → Tags Previously: search → filters → Tags → Feeds Also adjust sidebar-search margin now that it's inside the scroll area. https://claude.ai/code/session_01DpWhB9uGGMBnzqS28HxnuV --- frontend-vanilla/src/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontend-vanilla/src/style.css') diff --git a/frontend-vanilla/src/style.css b/frontend-vanilla/src/style.css index 5fb436c..0a2d0f3 100644 --- a/frontend-vanilla/src/style.css +++ b/frontend-vanilla/src/style.css @@ -77,7 +77,8 @@ html { /* Sidebar Header Removed */ .sidebar-search { - margin-bottom: 2rem; + margin-top: 1rem; + margin-bottom: 1rem; } .sidebar-search input { -- cgit v1.2.3