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 /web/dist/v3/index.html | |
| 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 'web/dist/v3/index.html')
| -rw-r--r-- | web/dist/v3/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/dist/v3/index.html b/web/dist/v3/index.html index 681b7ca..e23121e 100644 --- a/web/dist/v3/index.html +++ b/web/dist/v3/index.html @@ -5,8 +5,8 @@ <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>neko</title> - <script type="module" crossorigin src="/v3/assets/index-CyyR50mK.js"></script> - <link rel="stylesheet" crossorigin href="/v3/assets/index-Cqcte0U4.css"> + <script type="module" crossorigin src="/v3/assets/index-CoU2-csR.js"></script> + <link rel="stylesheet" crossorigin href="/v3/assets/index-Bs6Ms4aU.css"> </head> <body> <div id="app"></div> |
