diff options
| author | Claude <noreply@anthropic.com> | 2026-02-16 23:28:59 +0000 |
|---|---|---|
| committer | Claude <noreply@anthropic.com> | 2026-02-16 23:28:59 +0000 |
| commit | ed1b953e1336aeda282b46acd1c5e21529fa0950 (patch) | |
| tree | 463afed2c6666802fdb2d115a2f34a398a33cf16 /web/dist/v3/index.html | |
| parent | f67c07b178cd90539f1cc934def5a99be203e44a (diff) | |
| download | neko-ed1b953e1336aeda282b46acd1c5e21529fa0950.tar.gz neko-ed1b953e1336aeda282b46acd1c5e21529fa0950.tar.bz2 neko-ed1b953e1336aeda282b46acd1c5e21529fa0950.zip | |
Align sidebar CSS breakpoints with JS threshold at 1024px
The sidebar default-closed JS logic used 1024px but CSS media queries
used 768px, causing inconsistent behavior on tablets. Updated all
sidebar-related breakpoints to 1024px/1025px to match.
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 c48a396..681b7ca 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-M5xszonw.js"></script> - <link rel="stylesheet" crossorigin href="/v3/assets/index-BV0ir9Wv.css"> + <script type="module" crossorigin src="/v3/assets/index-CyyR50mK.js"></script> + <link rel="stylesheet" crossorigin href="/v3/assets/index-Cqcte0U4.css"> </head> <body> <div id="app"></div> |
