From 96e78c5fdfada73d37644083c7580a1d444ed748 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Mon, 16 Feb 2026 09:37:04 -0800 Subject: 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 --- frontend-vanilla/src/style.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'frontend-vanilla/src/style.css') diff --git a/frontend-vanilla/src/style.css b/frontend-vanilla/src/style.css index 8d8e554..0076e58 100644 --- a/frontend-vanilla/src/style.css +++ b/frontend-vanilla/src/style.css @@ -66,6 +66,7 @@ html { overflow: hidden; z-index: 100; padding: 1.5rem; + padding-top: 5rem; } .theme-dark .sidebar { @@ -284,17 +285,12 @@ html { box-shadow: 10px 0 20px rgba(0, 0, 0, 0.1); } - /* Move toggle button with sidebar when visible */ - .sidebar-visible .sidebar-toggle { - left: 12rem; - } + /* Move toggle button with sidebar when visible - Removed to keep it fixed */ } /* Desktop Sidebar state */ @media (min-width: 769px) { - .sidebar-visible .sidebar-toggle { - left: 12rem; - } + /* Desktop Sidebar state - Removed to keep toggle fixed */ } /* Layout State */ -- cgit v1.2.3