diff options
| author | Rapptz <[email protected]> | 2020-05-28 02:21:01 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-05-28 02:21:01 -0400 |
| commit | 38529e6e218f2d299e7bf84fa253e14dd3491745 (patch) | |
| tree | 87ea2a8d2c4a6cac085fdba2f8b007a01a015e36 /docs | |
| parent | Reverse the related links (diff) | |
| download | discord.py-38529e6e218f2d299e7bf84fa253e14dd3491745.tar.xz discord.py-38529e6e218f2d299e7bf84fa253e14dd3491745.zip | |
Proper padding for the copy button
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_static/style.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css index 26b2c8d6..176dc32b 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -267,8 +267,7 @@ div.modal-content > span.close:focus { border: 1px solid var(--codeblock-border); line-height: 0.8em; font-size: 0.9em; - padding-left: 0.2em; - padding-right: 0.2em; + padding: 0.2em 0.5em; border-bottom-left-radius: 4px; text-align: center; } |