Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4dcc3b4

Browse files
authored
Remove #searchbox on mobile to fix a layout bug (#76)
1 parent053ee9a commit4dcc3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎python_docs_theme/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h3>{{ _('Navigation') }}</h3>
9090
</a>
9191
<divclass="version_switcher_placeholder"></div>
9292
{%- if pagename != "search" and builder != "singlehtml" %}
93-
<formid="searchbox"role="search"class="search"action="{{ pathto('search') }}"method="get">
93+
<formrole="search"class="search"action="{{ pathto('search') }}"method="get">
9494
<svgxmlns="http://www.w3.org/2000/svg"width="20"height="20"viewBox="0 0 24 24"class="search-icon">
9595
<pathfill-rule="nonzero"
9696
d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 001.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 00-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 005.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"fill="#444"></path>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp