aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJosh <[email protected]>2020-06-27 19:42:25 +1000
committerJosh <[email protected]>2020-06-27 19:42:25 +1000
commitf1e9017df1087827ff1120dd28773f22294f0415 (patch)
treeb74f52c319664f184e9cc75975865af1fd2b11b0 /docs
parentShow classmethods separately in attribute table (diff)
downloaddiscord.py-f1e9017df1087827ff1120dd28773f22294f0415.tar.xz
discord.py-f1e9017df1087827ff1120dd28773f22294f0415.zip
Fix jank on iPads
Diffstat (limited to 'docs')
-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;