diff options
Diffstat (limited to 'themes/simple/layouts/partials/navigation.html')
| -rw-r--r-- | themes/simple/layouts/partials/navigation.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/themes/simple/layouts/partials/navigation.html b/themes/simple/layouts/partials/navigation.html index b65fe35..f6e5a66 100644 --- a/themes/simple/layouts/partials/navigation.html +++ b/themes/simple/layouts/partials/navigation.html | |||
| @@ -8,11 +8,13 @@ | |||
| 8 | <meta itemprop="name" content="Main Menu"> | 8 | <meta itemprop="name" content="Main Menu"> |
| 9 | 9 | ||
| 10 | <!-- Search button --> | 10 | <!-- Search button --> |
| 11 | <span class="search-button flex gap-1 items-center text-gray-500 bg-gray-100 hover:bg-gray-200 rounded px-2 py-1 text-xs cursor-pointer mr-2 hidden" onclick="showSearchModal()"> | 11 | <span class="hidden lg:block"> |
| 12 | <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="3" stroke="currentColor" class="w-4 h-4"> | 12 | <span class="search-button flex gap-1 items-center text-gray-500 bg-gray-100 hover:bg-gray-200 rounded px-2 py-1 text-xs cursor-pointer mr-2 hidden" onclick="showSearchModal()"> |
| 13 | <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-5.197-5.197m0 0A7.5 7.5 0 105.196 5.196a7.5 7.5 0 0010.607 10.607z" /> | 13 | <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="3" stroke="currentColor" class="w-4 h-4"> |
| 14 | </svg> | 14 | <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-5.197-5.197m0 0A7.5 7.5 0 105.196 5.196a7.5 7.5 0 0010.607 10.607z" /> |
| 15 | <span class="search-button-text uppercase font-bold"></span> | 15 | </svg> |
| 16 | <span class="search-button-text uppercase font-bold"></span> | ||
| 17 | </span> | ||
| 16 | </span> | 18 | </span> |
| 17 | 19 | ||
| 18 | <a href="/notes.html" class="font-medium px-2 hover:bg-yellow-100">Notes</a> | 20 | <a href="/notes.html" class="font-medium px-2 hover:bg-yellow-100">Notes</a> |
