diff options
| author | Josh <[email protected]> | 2020-06-27 19:42:25 +1000 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-12-18 21:18:53 -0500 |
| commit | ad847e3dd6ad22a38a7d728e5f465ba073c81eef (patch) | |
| tree | b5fb65ffa7d5f3777e4420580ca6bbfdc6c6ff13 | |
| parent | Show classmethods separately in attribute table (diff) | |
| download | discord.py-ad847e3dd6ad22a38a7d728e5f465ba073c81eef.tar.xz discord.py-ad847e3dd6ad22a38a7d728e5f465ba073c81eef.zip | |
Fix jank on iPads
| -rw-r--r-- | docs/_static/style.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css index 8d110dba..64bd4f4d 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -892,6 +892,10 @@ div.code-block-caption { /* desktop stuff */ @media screen and (min-width: 600px) { + .grid-item { + max-width: unset; + } + .main-grid { grid-template-areas: "h h h h h h" @@ -928,6 +932,7 @@ div.code-block-caption { .sub-header > select { display: initial; + margin-right: auto; } .sub-header > .settings { @@ -1009,10 +1014,6 @@ div.code-block-caption { margin-right: 1em; } - .sub-header > select { - margin-right: auto; - } - .sub-header > .settings { margin-right: 18.75%; margin-left: 1em; |