Skip to content

Commit

Permalink
Update default.html (#47)
Browse files Browse the repository at this point in the history
Signed-off-by: Amnesty AM <[email protected]>
  • Loading branch information
AmnestyAM authored Nov 23, 2024
1 parent dd853fd commit e7791ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
</span>
</a>
<div class="flex-grow"></div>
<div class="flex-no-shrink flex-no-grow h-10 px-4 relative">
<!-- Comment out the search for now, its not yet hooked up to Agolia
<div class="flex-no-shrink flex-no-grow h-10 px-4 relative">
<input id="global-search"
class="focus:outline-0 h-10 py-2 pl-8 pr-2 text-indigo-darker rounded bg-indigo-lightest focus:border-indigo-light focus:bg-white focus:placeholder-none max-w-xs w-full appearance-none"
type="text" placeholder="Search the docs" aria-label="Search the docs"/>
Expand All @@ -81,6 +82,7 @@
</svg>
</span>
</div>
-->
<a href="#" id="menu-toggle"
class="block md:hidden h-8 w-8 border p-1 border-transparent text-grey hover:text-grey menu-closed">
<svg class="menu-closed:shown fill-current h-full w-full" xmlns="http://www.w3.org/2000/svg"
Expand Down

0 comments on commit e7791ac

Please sign in to comment.