diff --git a/docs/_static/style.css b/docs/_static/style.css index 65aea916f..2e6de304a 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -225,8 +225,13 @@ aside h3 { font-weight: normal; } -.fa-bars, .fa-times { +#settings-toggle { + float: right; +} + +.fa-bars, .fa-times, .fa-cog { font-size: 2em; + cursor: pointer; } .sidebar-toggle { @@ -321,9 +326,7 @@ div.modal-content { div.modal-content > span.close { color: #888; float: right; - font-size: 24px; font-weight: bold; - cursor: pointer; -moz-user-select: none; -webkit-user-select: none; } @@ -813,8 +816,9 @@ div.code-block-caption { color: var(--nav-hover-text); } - #hamburger-toggle { + #hamburger-toggle, #settings-toggle { display: none; + } } diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 41f0809d4..b7c472cf6 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -56,19 +56,22 @@ {#- The relative links component #}
{#- The sidebar component #}