Skip to content

Commit

Permalink
Moved dark mode toggle before login panel
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Nov 26, 2023
1 parent f840e28 commit 3902404
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/templates/@layout.latte
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@
</li>
{/if}
</ul>
<div style="margin-top: -0.15rem">
{control darkModeToggle}
</div>
<div class="my-2 my-lg-0 d-flex flex-row">
{control loginPanel}
</div>
<div>
{control darkModeToggle}
</div>
</div>
</div>
</nav>
Expand Down

0 comments on commit 3902404

Please sign in to comment.