Skip to content

Commit 283e801

Browse files
committed
fix
1 parent 584ed50 commit 283e801

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: python_docs_theme/static/pydoctheme.css

+4-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ div.sphinxsidebar {
155155
border-radius: 5px;
156156
line-height: 130%;
157157
font-size: smaller;
158-
transition: width 0.3s ease
158+
transition: width 0.3s ease;
159159
}
160160

161161
div.sphinxsidebar h3,
@@ -212,6 +212,9 @@ div.sphinxsidebar input[type='text'] {
212212
width: 12px;
213213
border-radius: 0 5px 5px 0;
214214
border-left: none;
215+
position: absolute;
216+
right: 0;
217+
transition: background-color 0.3s ease, color 0.3s ease;
215218
}
216219

217220
#sidebarbutton span {

0 commit comments

Comments
 (0)