From 575b394cb26c435422e8b8c6e411a703327d8b40 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 16 Feb 2026 23:45:10 +0000 Subject: Remove circle styling from NEKO sidebar toggle button Strip border-radius, box-shadow, background, and backdrop-filter from the sidebar toggle in both v2 and v3 frontends so the logo appears flat. https://claude.ai/code/session_019Z4VJxzY7tcAuNkPAkvry9 --- frontend/src/App.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'frontend/src') diff --git a/frontend/src/App.css b/frontend/src/App.css index 2e74476..0723023 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -65,14 +65,13 @@ body { z-index: 1000; background: var(--bg-color); /* Added bg to be visible over content if needed */ + background: none; border: none; font-size: 2rem; line-height: 1; cursor: pointer; padding: 0.2rem; color: var(--text-color); - border-radius: 50%; - box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); display: flex; align-items: center; justify-content: center; -- cgit v1.2.3