aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/content/dropdown.html (follow)
Commit message (Collapse)AuthorAgeLines
* Put 'Edit on GitHub' on breadcrum row with Sub-Articles dropdownGravatar hedy2023-05-06-1/+1
|
* Prevent page title from overlapping dropdown button.Gravatar kosayoda2022-01-23-1/+1
| | | | | | | | | On clients with a small viewport width, the content title of pages overlap the "Sub-Articles" dropdown button due to having the same z-index, causing the element last positioned in the HTML to show up on top. Fixes #643.
* Use bulma extension in place of self-written code.Gravatar kosayoda2021-05-14-17/+0
|
* Use metadata titles in Sub-Articles dropdown.Gravatar kosayoda2021-04-02-4/+2
| | | | | | This allows us to keep filenames (thus URLs) as concise as possible, while having a more descriptive entry in the Sub-Articles dropdown for category pages.
* Allow clicking outside the dropdown to hide it.Gravatar kosayoda2021-04-01-3/+11
|
* Add a dropdown menu listing direct children.Gravatar kosayoda2021-04-01-0/+28
This only shows when the page is also a category, since regular pages have no children and regular categories already list their children.