Fix for intended location of search icon

This commit is contained in:
tmlmt 2022-11-12 02:46:24 +01:00 committed by Sodbileg Gansukh
parent 55d5345800
commit 7390c17a26
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
<nav class="gh-head-menu">
{{navigation}}
{{#unless @site.members_enabled}}
{{#match @custom.header_style "Stacked"}}
{{#match @custom.navigation_layout "Stacked"}}
<button class="gh-search gh-icon-btn" data-ghost-search>{{> "icons/search"}}</button>
{{/match}}
{{/unless}}
@ -46,7 +46,7 @@
<div class="gh-head-actions">
{{#unless @site.members_enabled}}
{{^match @custom.header_style "Stacked"}}
{{^match @custom.navigation_layout "Stacked"}}
<button class="gh-search gh-icon-btn" data-ghost-search>{{> "icons/search"}}</button>
{{/match}}
{{else}}