Language Selector Alignment fix #3368

Themes fixed also
This commit is contained in:
Leigh Pointer
2023-10-11 15:48:05 +02:00
parent 6140743769
commit 297c1524b4
4 changed files with 28 additions and 20 deletions

View File

@ -6,7 +6,7 @@
<nav class="navbar navbar-dark bg-primary fixed-top">
<Logo /><Menu Orientation="Horizontal" />
<div class="controls ms-auto">
<div class="controls-group"><UserProfile ShowRegister="@_register" /> <Login ShowLogin="@_login" /> <ControlPanel /></div>
<div class="controls-group"><UserProfile ShowRegister="@_register" /> <Login ShowLogin="@_login" /> <ControlPanel LanguageDropdownAlignment="right" /></div>
</div>
</nav>
<div class="content">