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

Commit0a2c552

Browse files
committed
css
1 parent71e3162 commit0a2c552

File tree

3 files changed

+3
-25
lines changed

3 files changed

+3
-25
lines changed

‎python_docs_theme/layout.html‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ <h3>{{ _('Navigation') }}</h3>
7878
<scripttype="text/javascript"src="{{ pathto('_static/menu.js', 1) }}"></script>
7979
<scripttype="text/javascript"src="{{ pathto('_static/search-focus.js', 1) }}"></script>
8080
<scripttype="text/javascript"src="{{ pathto('_static/themetoggle.js', 1) }}"></script>
81-
<scripttype="text/javascript"src="{{ pathto('_static/sidebar-resizer.js', 1) }}"></script>
8281
{%- endif -%}
8382
{%- endif -%}
8483
{{ super() }}

‎python_docs_theme/static/pydoctheme.css‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ div.sphinxsidebar {
150150
line-height:130%;
151151
font-size: smaller;
152152
width:300px;
153+
min-width:200px;
154+
max-width:500px;
153155
resize: horizontal;
154156
overflow: auto;
155157
}
@@ -160,7 +162,7 @@ div.sphinxsidebar h4 {
160162
}
161163

162164
div.sphinxsidebarwrapper {
163-
width:100%;
165+
width:300px;
164166
box-sizing: border-box;
165167
height:100%;
166168
overflow-x: hidden;

‎python_docs_theme/static/sidebar-resizer.js‎

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp