diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-16 09:37:04 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@trenchant.org> | 2026-02-16 10:57:38 -0800 |
| commit | 96e78c5fdfada73d37644083c7580a1d444ed748 (patch) | |
| tree | 709a94028f4a743495e38ba914688d3c0b949129 /web/dist/v3/index.html | |
| parent | c5fdd406503aaedaac5e117e710d7910112af83f (diff) | |
| download | neko-96e78c5fdfada73d37644083c7580a1d444ed748.tar.gz neko-96e78c5fdfada73d37644083c7580a1d444ed748.tar.bz2 neko-96e78c5fdfada73d37644083c7580a1d444ed748.zip | |
Fix v3ui: neko button fixed position
- Remove duplicate neko logo from v3 sidebar
- Keep sidebar toggle button fixed at top-left even when sidebar is open
- Add top padding to v3 sidebar to prevent overlap with the fixed toggle button
- Update v3 tests to match UI changes
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 881d51e..e93859e 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>frontend-vanilla</title> - <script type="module" crossorigin src="/v3/assets/index-DmGSlScV.js"></script> - <link rel="stylesheet" crossorigin href="/v3/assets/index-BZ4E0pnc.css"> + <script type="module" crossorigin src="/v3/assets/index-Bf6N2Bbo.js"></script> + <link rel="stylesheet" crossorigin href="/v3/assets/index-BV2Ufoce.css"> </head> <body> <div id="app"></div> |
