Move mobile toggle to the bottom of the hamburger
This commit is contained in:
parent
8e776d0fd7
commit
a83312513e
|
@ -50,10 +50,6 @@
|
|||
|
||||
{{plugin-outlet "site-map-links"}}
|
||||
|
||||
{{#if showMobileToggle}}
|
||||
<li>{{d-link action="toggleMobileView" class="mobile-toggle-link" label=mobileViewLinkTextKey}}</li>
|
||||
{{/if}}
|
||||
|
||||
{{plugin-outlet "site-map-links-last"}}
|
||||
{{/menu-links}}
|
||||
|
||||
|
@ -79,5 +75,9 @@
|
|||
{{#if showKeyboardShortcuts}}
|
||||
<li>{{d-link action="keyboardShortcuts" class="keyboard-shortcuts-link" label="keyboard_shortcuts_help.title"}}</li>
|
||||
{{/if}}
|
||||
|
||||
{{#if showMobileToggle}}
|
||||
<li>{{d-link action="toggleMobileView" class="mobile-toggle-link" label=mobileViewLinkTextKey}}</li>
|
||||
{{/if}}
|
||||
{{/menu-links}}
|
||||
{{/menu-panel}}
|
||||
|
|
Loading…
Reference in New Issue