diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-16 15:52:35 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-16 15:52:35 -0800 |
| commit | f04d8fbd9900d5326cdd65a725e57f4b08bbd655 (patch) | |
| tree | cecca930e2f707df38cd459a21b9fe70aecb0041 /frontend | |
| parent | c538ccd5cd1d6960c894a2969ee49317009dc9ed (diff) | |
| parent | 575b394cb26c435422e8b8c6e411a703327d8b40 (diff) | |
| download | neko-f04d8fbd9900d5326cdd65a725e57f4b08bbd655.tar.gz neko-f04d8fbd9900d5326cdd65a725e57f4b08bbd655.tar.bz2 neko-f04d8fbd9900d5326cdd65a725e57f4b08bbd655.zip | |
Merge pull request #8 from adammathes/claude/thicket-ready-crank-RmQuI
Remove circle styling from NEKO sidebar toggle button
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; |
