reposition Search input in themes
This commit is contained in:
parent
532890674e
commit
22063248ca
|
@ -18,9 +18,9 @@
|
|||
<div class="main g-0">
|
||||
<div class="top-row px-4">
|
||||
<div class="ms-auto">
|
||||
<Search CssClass="me-3 text-center bg-primary d-inline-block d-md-none" Position="Top" />
|
||||
<UserProfile />
|
||||
<Login />
|
||||
<Search CssClass="me-3 text-center bg-primary d-inline-block d-md-none" Position="Top" />
|
||||
<ControlPanel LanguageDropdownAlignment="right" />
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
<Logo /><Menu Orientation="Horizontal" />
|
||||
<div class="controls ms-auto">
|
||||
<div class="controls-group">
|
||||
<UserProfile ShowRegister="@_register" />
|
||||
<Login ShowLogin="@_login" />
|
||||
<Search CssClass="me-3 text-center bg-primary" />
|
||||
<UserProfile ShowRegister="@_register" />
|
||||
<Login ShowLogin="@_login" />
|
||||
<ControlPanel LanguageDropdownAlignment="right" />
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user