aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh <[email protected]>2020-06-27 19:42:25 +1000
committerRapptz <[email protected]>2020-12-18 21:18:53 -0500
commitad847e3dd6ad22a38a7d728e5f465ba073c81eef (patch)
treeb5fb65ffa7d5f3777e4420580ca6bbfdc6c6ff13
parentShow classmethods separately in attribute table (diff)
downloaddiscord.py-ad847e3dd6ad22a38a7d728e5f465ba073c81eef.tar.xz
discord.py-ad847e3dd6ad22a38a7d728e5f465ba073c81eef.zip
Fix jank on iPads
-rw-r--r--docs/_static/style.css9
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;