diff options
| author | Rapptz <[email protected]> | 2020-06-27 06:30:38 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-12-18 21:18:53 -0500 |
| commit | 219dae5a563ed480e138270a511b18a09c0aa3a0 (patch) | |
| tree | 1e45c3896e98e481a240bf58d9ee9d89f5d07a28 /docs/_static/style.css | |
| parent | Fix jank on iPads (diff) | |
| download | discord.py-219dae5a563ed480e138270a511b18a09c0aa3a0.tar.xz discord.py-219dae5a563ed480e138270a511b18a09c0aa3a0.zip | |
Fix margins in 600px view of settings and label
Diffstat (limited to 'docs/_static/style.css')
| -rw-r--r-- | docs/_static/style.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css index 64bd4f4d..e80b88bb 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -231,6 +231,7 @@ header > nav > a { .sub-header > label { display: none; + margin-right: 1em; } .sub-header > select { @@ -240,10 +241,8 @@ header > nav > a { .sub-header > .settings { color: var(--settings); display: none; -} - -.sub-header > .settings { - color: var(--settings); + margin-left: 1em; + margin-right: 0.5em; } .sub-header > .settings:hover { |