diff options
author | 2022-02-12 17:38:01 +0100 | |
---|---|---|
committer | 2022-02-12 17:38:01 +0100 | |
commit | dbc758412ba5e0c54046e28ed9f3afb0cc4d9cdc (patch) | |
tree | db41932267ebb9ac349bc00fcd827624a6634056 /pydis_site/static | |
parent | Kaizen: Fix redirect /pages/resources/communities. (diff) |
Add a search bar to the top of the filter sidebar.
Diffstat (limited to 'pydis_site/static')
-rw-r--r-- | pydis_site/static/css/resources/resources.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pydis_site/static/css/resources/resources.css b/pydis_site/static/css/resources/resources.css index b8456e38..f46803e2 100644 --- a/pydis_site/static/css/resources/resources.css +++ b/pydis_site/static/css/resources/resources.css @@ -73,6 +73,11 @@ display: block; margin-right: 0.25em !important; } +/* Style the search bar */ +#resource-search { + margin: 0.25em 0.25em 0 0.25em; +} + /* Center the 404 div */ .no-resources-found { display: none; |