Skip to content

Commit ff43102

Browse files
brunoborgesCopilot
andcommitted
Move theme toggle into header-nav for right alignment
Place the light/dark toggle button inside header-nav next to the Prev/Next arrows for consistent right-aligned positioning. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d6785cd commit ff43102

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/step.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@
223223
<span>🎮</span>
224224
<span class="header-title">VS Code Copilot Agent Lab</span>
225225
</a>
226-
<button class="theme-toggle" onclick="toggleTheme()">☀️ Light</button>
227226
<nav class="header-nav">
227+
<button class="theme-toggle" onclick="toggleTheme()">☀️ Light</button>
228228
<button class="nav-btn" id="prevBtn" disabled>← Previous</button>
229229
<button class="nav-btn" id="nextBtn">Next →</button>
230230
</nav>

0 commit comments

Comments
 (0)