diff options
| author | Josh B <[email protected]> | 2020-05-31 00:11:03 +1000 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-12-18 21:18:52 -0500 |
| commit | 16740623a3945d61b00455cb6b4b2aadd32c2f17 (patch) | |
| tree | 04b4a3fc91bb06509941fc324a75ff7665a903e3 /docs/_static | |
| parent | Use new HTML5 <section> instead of <div class="section"> (diff) | |
| download | discord.py-16740623a3945d61b00455cb6b4b2aadd32c2f17.tar.xz discord.py-16740623a3945d61b00455cb6b4b2aadd32c2f17.zip | |
Create settings icon for mobile
Diffstat (limited to 'docs/_static')
| -rw-r--r-- | docs/_static/style.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css index 65aea916..2e6de304 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; + } } |