if js disabled, hide search bar

pull/683/head^2
Luke Smith 2 years ago
parent 8bfaabd9df
commit e6727fbfe9
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

@ -4,6 +4,12 @@ title: "🍲 Based Cooking 🍳"
## What do you want to cook?
<noscript>
<style>
.search { display: none; }
</style>
</noscript>
<div class="search">
<input type="text" id="search" placeholder="Search...">
<button class="clear-search">

Loading…
Cancel
Save