mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 05:43:11 +00:00
docs/theme: Fix padding when the searchbox is last
See e.g. the commands page - there's no separate TOC, so the searchbox almost runs into the border
This commit is contained in:
parent
117e663efe
commit
651259e794
1 changed files with 7 additions and 0 deletions
|
@ -69,6 +69,13 @@ div.sphinxsidebar {
|
|||
float: none;
|
||||
}
|
||||
|
||||
div#searchbox {
|
||||
/* Cheesy: The padding is on the sphinxsidebar*wrapper*,
|
||||
so if this is the last element the bottom padding won't apply.
|
||||
*/
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
div.sphinxsidebar h3, div.sphinxsidebar h4 {
|
||||
margin-top: 1.5em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue