mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-10 13:35:40 +00:00
Fix jank on iPads
This commit is contained in:
parent
0a00aeb335
commit
f1e9017df1
9
docs/_static/style.css
vendored
9
docs/_static/style.css
vendored
@ -892,6 +892,10 @@ div.code-block-caption {
|
|||||||
/* desktop stuff */
|
/* desktop stuff */
|
||||||
|
|
||||||
@media screen and (min-width: 600px) {
|
@media screen and (min-width: 600px) {
|
||||||
|
.grid-item {
|
||||||
|
max-width: unset;
|
||||||
|
}
|
||||||
|
|
||||||
.main-grid {
|
.main-grid {
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
"h h h h h h"
|
"h h h h h h"
|
||||||
@ -928,6 +932,7 @@ div.code-block-caption {
|
|||||||
|
|
||||||
.sub-header > select {
|
.sub-header > select {
|
||||||
display: initial;
|
display: initial;
|
||||||
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sub-header > .settings {
|
.sub-header > .settings {
|
||||||
@ -1009,10 +1014,6 @@ div.code-block-caption {
|
|||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sub-header > select {
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sub-header > .settings {
|
.sub-header > .settings {
|
||||||
margin-right: 18.75%;
|
margin-right: 18.75%;
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user