aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static/css/resources/resources.css (follow)
Commit message (Collapse)AuthorAgeLines
* Dark: Use alternate images for homepage, resources, eventsGravatar hedy2024-01-28-1/+1
| | | | | | Thanks to lemon for editting all the images. Co-authored-by: Leon Sandøy <[email protected]>
* Dark: Fix the filter box on resources pageGravatar hedy2024-01-16-8/+12
|
* Dark: Use link color of better contrastGravatar hedy2024-01-13-1/+5
|
* Fix bug with search tag taking up too much width.Gravatar Leon Sandøy2022-02-13-2/+3
|
* Edge case: Fix a bug with overflow on Chrome.Gravatar Leon Sandøy2022-02-13-1/+0
|
* Edge case: Fix extremely long search overflow.Gravatar Leon Sandøy2022-02-13-0/+18
|
* Fix search tag width bug on firefox.Gravatar Leon Sandøy2022-02-13-0/+1
| | | | | | | Without a min-width, the tag would not extend to fit the full size of the contents on Firefox. It seemed to work just fine on Chrome, though. The fix is simple - just enforce a min-width equal to fit-content.
* Make the search tag look more like normal filters.Gravatar Leon Sandøy2022-02-13-1/+6
|
* Add a filter tag when searching.Gravatar Leon Sandøy2022-02-13-0/+8
|
* Add a search bar to the top of the filter sidebar.Gravatar Leon Sandøy2022-02-12-0/+5
|
* When hovering titles, make them light, not black.Gravatar Leon Sandøy2022-02-01-0/+6
|
* Add a button for removing all active filters.Gravatar Leon Sandøy2022-01-31-2/+19
|
* Adding missing EOFs.Gravatar Leon Sandøy2022-01-31-1/+1
|
* Added margins and max-width to filtering column.Gravatar Leon Sandøy2022-01-31-6/+14
|
* Indent checkboxes under the headers.Gravatar Leon Sandøy2022-01-31-0/+11
|
* Make the resource link icons a size smaller.Gravatar Leon Sandøy2022-01-31-0/+5
| | | | | We also add a little breathing room to the tag container, so that it doesn't encroach on the personal space of the icons.
* Shrink and center the duck pond 404.Gravatar Leon Sandøy2022-01-31-5/+5
|
* Collapse category headers on load for mobile only.Gravatar Leon Sandøy2022-01-30-0/+8
|
* Make the category headers smaller on mobile.Gravatar Leon Sandøy2022-01-30-0/+12
|
* Hide the filter tags initially.Gravatar Leon Sandøy2022-01-30-1/+6
| | | | Helps prevent a flash of tags.
* Fix broken css for no-resource duck pond.Gravatar Leon Sandøy2022-01-30-8/+8
|
* Show a duck pond when no filters match.Gravatar Leon Sandøy2022-01-30-0/+7
|
* Clean up hover effects.Gravatar Leon Sandøy2022-01-30-0/+48
| | | | | | | | | | - We now have a hover effect for all icons. - We also now support hover effects for all tags. - However, we don't have any hover effect for icons in titles. That just looks weird. Additionally, we're getting rid of some bloat and consolidating the CSS into one place.
* Don't round edges of the filter category headers.Gravatar Leon Sandøy2022-01-29-0/+5
|
* Let the user know when there are no matches.Gravatar Leon Sandøy2022-01-29-0/+6
|
* Make all tags interactive.Gravatar Leon Sandøy2022-01-28-0/+91
| | | | | | | | Adds a bunch of tag-related quality of life improvements: - You can now see which filters you've added at the top left. - You can click on tags to start filtering to that tag. - You can click on tags in the filter box to remove the filter. - Tags will now show an outline when they are active.
* Resource filtering on the client, pt 1.Gravatar Leon Sandøy2022-01-27-25/+23
| | | | | | | Here's the initial version of this system. We've got filtering, but only by clicking checkboxes. The overall look and style are pretty close to where we want them, but it's missing tons of polish to be complete. The following commits will contain that polish.
* Remove extra newline from end of file (there is now one newline).Gravatar swfarnsworth2021-07-24-1/+0
|
* change resources to prepare for smart resource searchGravatar fisher602021-07-23-25/+26
|
* Remove resources index breadcrumb CSSGravatar ks1292020-10-08-4/+0
|
* Create CSS for resources indexGravatar ks1292020-09-22-0/+33