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 /frontend-vanilla/src/main.ts | |
| 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 'frontend-vanilla/src/main.ts')
| -rw-r--r-- | frontend-vanilla/src/main.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend-vanilla/src/main.ts b/frontend-vanilla/src/main.ts index f4493b8..3f53fc2 100644 --- a/frontend-vanilla/src/main.ts +++ b/frontend-vanilla/src/main.ts @@ -30,7 +30,6 @@ export function renderLayout() { <button class="sidebar-toggle" id="sidebar-toggle-btn" title="Toggle Sidebar">🐱</button> <div class="sidebar-backdrop" id="sidebar-backdrop"></div> <aside class="sidebar" id="sidebar"> - <h1 class="logo" data-nav="home">🐱</h1> <div class="sidebar-search"> <input type="search" id="search-input" placeholder="Search..." value="${store.searchQuery}"> </div> |
