8000
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 584ed50 commit 283e801Copy full SHA for 283e801
python_docs_theme/static/pydoctheme.css
@@ -155,7 +155,7 @@ div.sphinxsidebar {
155
border-radius: 5px;
156
line-height: 130%;
157
font-size: smaller;
158
- transition: width 0.3s ease
+ transition: width 0.3s ease;
159
}
160
161
div.sphinxsidebar h3,
@@ -212,6 +212,9 @@ div.sphinxsidebar input[type='text'] {
212
width: 12px;
213
border-radius: 0 5px 5px 0;
214
border-left: none;
215
+ position: absolute;
216
+ right: 0;
217
+ transition: background-color 0.3s ease, color 0.3s ease;
218
219
220
#sidebarbutton span {
0 commit comments