diff options
| author | 2023-05-06 18:01:37 +0100 | |
|---|---|---|
| committer | 2023-05-06 18:01:37 +0100 | |
| commit | 748a170be5f576b6e0e6b72cead0cafc0c32190e (patch) | |
| tree | 469fddd7078a92bc5fd5f0cce8029f358153e66e /pydis_site/static/css | |
| parent | Merge pull request #961 from python-discord/dependabot/pip/django-4.2.1 (diff) | |
| parent | Fix extra whitespace from button (diff) | |
Merge pull request #949 from python-discord/hedyhli-edit-on-github
Edit on GitHub feature for content
Diffstat (limited to 'pydis_site/static/css')
| -rw-r--r-- | pydis_site/static/css/content/page.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pydis_site/static/css/content/page.css b/pydis_site/static/css/content/page.css index d831f86d..cabf6962 100644 --- a/pydis_site/static/css/content/page.css +++ b/pydis_site/static/css/content/page.css @@ -2,6 +2,16 @@ padding: 1rem; } +#edit-on-github { + margin-left: 1rem; +} + +@media (max-width: 600px) { + #edit-on-github { + display: none; + } +} + i.has-icon-padding { padding: 0 10px 25px 0; } |