diff options
| author | Josh <[email protected]> | 2020-09-23 16:28:17 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-09-23 02:28:17 -0400 |
| commit | 3cc5e23392f387164a6ed17b7165a706ee03ad46 (patch) | |
| tree | 527fe7870a184e450d1e2db226c53ed63c361181 /docs/_static/style.css | |
| parent | [matrix] Style "View Documentation For" dropdown (diff) | |
| download | discord.py-neo-docs.tar.xz discord.py-neo-docs.zip | |
Set maximimum sidebar widthneo-docs
Diffstat (limited to 'docs/_static/style.css')
| -rw-r--r-- | docs/_static/style.css | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css index 23df91cd..f0bf4f14 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -421,8 +421,7 @@ aside .material-icons, #sidebar h3 { font-size: 24px; - margin: 0; - margin-top: 1em; + margin: 1em 1em 0 0; } #sidebar ul { @@ -1132,8 +1131,8 @@ div.code-block-caption { grid-template-areas: "h h h h h h" "n n n n n n" - "s c c c c c" - "s f f f f f"; + "s s c c c c" + "s s f f f f"; } .mobile-only { @@ -1186,7 +1185,6 @@ div.code-block-caption { top: 1em; max-height: calc(100vh - 2em); overflow-y: auto; - min-width: max-content; margin: 1em; } @@ -1231,8 +1229,8 @@ div.code-block-caption { grid-template-areas: "h h h h h h h h h h h h h h h h" "n n n n n n n n n n n n n n n n" - "s s . . . c c c c c c c c . . ." - "s s f f f f f f f f f f f f f f" + "s s s . . c c c c c c c c c . ." + "s s s f f f f f f f f f f f f f" } header > nav { |