diff options
author | 2022-01-30 20:25:34 +0100 | |
---|---|---|
committer | 2022-01-30 20:25:34 +0100 | |
commit | ca45357255f5957cf779c109fc24e83de904a195 (patch) | |
tree | abea19f0189cca64a5b621cf416c661c1d4db234 /pydis_site/static/css/resources | |
parent | Make the category headers smaller on mobile. (diff) |
Collapse category headers on load for mobile only.
Diffstat (limited to 'pydis_site/static/css/resources')
-rw-r--r-- | pydis_site/static/css/resources/resources.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pydis_site/static/css/resources/resources.css b/pydis_site/static/css/resources/resources.css index 59f8b78e..b24fcb5b 100644 --- a/pydis_site/static/css/resources/resources.css +++ b/pydis_site/static/css/resources/resources.css @@ -198,4 +198,12 @@ span.resource-tag.active.has-background-info-light { padding-top: 4px; padding-bottom: 4px; } +} + +/* Disable transitions */ +.no-transition { + -webkit-transition: none !important; + -moz-transition: none !important; + -o-transition: none !important; + transition: none !important; }
\ No newline at end of file |