mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2025-01-18 10:33:44 +00:00
Fix for intended location of search icon
This commit is contained in:
parent
55d5345800
commit
7390c17a26
@ -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}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user