diff options
| author | Claude <noreply@anthropic.com> | 2026-02-16 23:45:10 +0000 |
|---|---|---|
| committer | Claude <noreply@anthropic.com> | 2026-02-16 23:45:10 +0000 |
| commit | 575b394cb26c435422e8b8c6e411a703327d8b40 (patch) | |
| tree | cecca930e2f707df38cd459a21b9fe70aecb0041 /frontend | |
| parent | c538ccd5cd1d6960c894a2969ee49317009dc9ed (diff) | |
| download | neko-575b394cb26c435422e8b8c6e411a703327d8b40.tar.gz neko-575b394cb26c435422e8b8c6e411a703327d8b40.tar.bz2 neko-575b394cb26c435422e8b8c6e411a703327d8b40.zip | |
Remove circle styling from NEKO sidebar toggle buttonclaude/thicket-ready-crank-RmQuI
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
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/src/App.css | 3 |
1 files changed, 1 insertions, 2 deletions
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; |
