Skip to content

Commit 68b11a1

Browse files
zhsjtheacodes
authored andcommitted
Make the search button wider to better accommodate text (#17)
when the word "Go" translated to "搜索" in Chinese, this button seems too narrow. See example on https://zhsj.github.io/python-docs-zh-cn/
1 parent 443a60b commit 68b11a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_docs_theme/static/pydoctheme.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ form.inline-search input {
2929
display: inline;
3030
}
3131
form.inline-search input[type="submit"] {
32-
width: 30px;
32+
width: 40px;
3333
}
3434

3535
div.sphinxsidebar {

0 commit comments

Comments
 (0)