mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
docs: Add more bottom padding to the menu to prevent the index link from being obscured by the toggle
This commit is contained in:
parent
ed722700cd
commit
6aa9633a02
8
docs/_static/css/toggle.css
vendored
8
docs/_static/css/toggle.css
vendored
@ -74,4 +74,10 @@ html.transition *:before,
|
||||
html.transition *:after {
|
||||
transition: ease-in-out 200ms !important;
|
||||
transition-delay: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
nav.wy-nav-side {
|
||||
/* The default padding of 2em is too small and the "Keyword Index" link gets obscured
|
||||
* by the version toggle. */
|
||||
padding-bottom: 3em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user