Skip to content

Commit 6f0c982

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 78c84f0 commit 6f0c982

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
@@ -476,8 +476,8 @@
476476
<span>🎮</span>
477477
<span class="header-title">VS Code Copilot Agent Lab</span>
478478
</a>
479-
<button class="theme-toggle" onclick="toggleTheme()">☀️ Light</button>
480479
<nav class="header-nav">
480+
<button class="theme-toggle" onclick="toggleTheme()">☀️ Light</button>
481481
<button class="nav-btn" id="prevBtn" disabled>← Previous</button>
482482
<button class="nav-btn" id="nextBtn">Next →</button>
483483
</nav>

0 commit comments

Comments
 (0)