diff options
| author | Rapptz <[email protected]> | 2020-05-28 02:21:01 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-12-18 21:18:51 -0500 |
| commit | 51d76e819be81a57e65d3d50e9cae4f0bc159ac0 (patch) | |
| tree | 5607cadf59e4dd8d72e95ac00db4f24c0574638e /docs/_static/style.css | |
| parent | Reverse the related links (diff) | |
| download | discord.py-51d76e819be81a57e65d3d50e9cae4f0bc159ac0.tar.xz discord.py-51d76e819be81a57e65d3d50e9cae4f0bc159ac0.zip | |
Proper padding for the copy button
Diffstat (limited to 'docs/_static/style.css')
| -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; } |