mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
[matrix] Search to top, icon
* Search bar to top, magnifying glass * Remove old file * Remove empty style directive
This commit is contained in:
17
docs/_templates/layout.html
vendored
17
docs/_templates/layout.html
vendored
@ -71,8 +71,23 @@
|
||||
</div>
|
||||
<div id="sidebar">
|
||||
{#- This is manually unrolled from the original layout #}
|
||||
<div id="searchbox" role="search">
|
||||
<h3>Quick search</h3>
|
||||
<div class="searchformwrapper">
|
||||
<form class="search" action="search.html" method="get">
|
||||
<input type="text" name="q" />
|
||||
<button type="submit">
|
||||
<i class="fas fa-search"></i>
|
||||
</button>
|
||||
<input type="hidden" name="check_keywords" value="yes" />
|
||||
<input type="hidden" name="area" value="default" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
$("#searchbox").show(0);
|
||||
</script>
|
||||
{%- include "localtoc.html" %}
|
||||
{%- include "searchbox.html" %}
|
||||
</div>
|
||||
</aside>
|
||||
{#- The actual body of the contents #}
|
||||
|
Reference in New Issue
Block a user