aboutsummaryrefslogtreecommitdiffstats
path: root/frontend-vanilla/src/style.css
diff options
context:
space:
mode:
authorClaude <noreply@anthropic.com>2026-02-17 06:29:08 +0000
committerClaude <noreply@anthropic.com>2026-02-17 06:29:08 +0000
commit71da9f0ef43b70909e61e462ecaab663ffa44d9e (patch)
tree58e0346aa9c41051c7e9acfe6003c83ec65a529e /frontend-vanilla/src/style.css
parentfde324d1a764841debefedf588c4b06a3f73484c (diff)
downloadneko-71da9f0ef43b70909e61e462ecaab663ffa44d9e.tar.gz
neko-71da9f0ef43b70909e61e462ecaab663ffa44d9e.tar.bz2
neko-71da9f0ef43b70909e61e462ecaab663ffa44d9e.zip
v3 UI: Reorder sidebar sections per ticket NK-mcl01m
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
Diffstat (limited to 'frontend-vanilla/src/style.css')
-rw-r--r--frontend-vanilla/src/style.css3
1 files changed, 2 insertions, 1 deletions
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 {