diff options
| author | Mitja Felicijan <m@mitjafelicijan.com> | 2023-06-29 22:07:53 +0200 |
|---|---|---|
| committer | Mitja Felicijan <m@mitjafelicijan.com> | 2023-06-29 22:07:53 +0200 |
| commit | 0ee84cf49b09628e0321edfd1c552e12179c3460 (patch) | |
| tree | 5fc14124f2542888180836ecb35b80081d0f9d9f /themes/simple/layouts/partials/navigation.html | |
| parent | b43c8546760cc05af867b2c4c067cb29c7c911fe (diff) | |
| download | mitjafelicijan.com-0ee84cf49b09628e0321edfd1c552e12179c3460.tar.gz | |
Minor tweaks to navigation, pages and search
Diffstat (limited to 'themes/simple/layouts/partials/navigation.html')
| -rw-r--r-- | themes/simple/layouts/partials/navigation.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/simple/layouts/partials/navigation.html b/themes/simple/layouts/partials/navigation.html index f6e5a66..44c6059 100644 --- a/themes/simple/layouts/partials/navigation.html +++ b/themes/simple/layouts/partials/navigation.html | |||
| @@ -9,11 +9,11 @@ | |||
| 9 | 9 | ||
| 10 | <!-- Search button --> | 10 | <!-- Search button --> |
| 11 | <span class="hidden lg:block"> | 11 | <span class="hidden lg:block"> |
| 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()"> | 12 | <span class="search-button flex gap-2 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 | <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"> | 13 | <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="4" stroke="currentColor" class="w-3 h-3"> |
| 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" /> | 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 | </svg> | 15 | </svg> |
| 16 | <span class="search-button-text uppercase font-bold"></span> | 16 | <span class="search-button-text font-bold"></span> |
| 17 | </span> | 17 | </span> |
| 18 | </span> | 18 | </span> |
| 19 | 19 | ||
