We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f4a8b commit 79b33e9Copy full SHA for 79b33e9
docs_theme/nav.html
@@ -139,17 +139,16 @@
139
</ul>
140
{% endif %}
141
142
- <form class="d-flex mx-auto" role="search">
143
- <input
144
- class="form-control me-2"
145
- type="search"
146
- placeholder="Search"
147
- aria-label="Search"
148
- />
149
- <button class="btn btn-outline-success" type="submit">Search</button>
150
- </form>
151
-
152
<div class="d-flex gap-2">
+ <a
+ id="search_modal_btn"
+ class="btn btn-sm btn-secondary"
+ href="#search_modal"
+ data-bs-toggle="modal"
+ data-bs-target="#search_modal"
+ >
+ Search
+ </a>
153
<!-- prettier-ignore -->
154
<a
155
{% if page.previous_page %}href="{{ page.previous_page.url|url }}"{% endif %}
0 commit comments