mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-04 12:41:16 -03: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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user