You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/templates/explore
wxiaoguang 3e7101dd64
Improve "new-menu" (#24465)
I am not sure what "new-menu" means, but I think we need to fix these
problems:

1. it shouldn't have "stackable", which makes the items stacked when
width is small. the `new-menu` already has `overflow: auto`
2. `justify-content: center` doesn't work with `overflow: auto` (for
small width), so use `margin: auto`
*
https://bhch.github.io/posts/2021/04/centring-flex-items-and-allowing-overflow-scroll/
3. `runner-new-menu` is dead code (copying & pasting ?)
1 year ago
..
code.tmpl Add main landmark to templates and adjust titles (#22670) 1 year ago
navbar.tmpl Improve "new-menu" (#24465) 1 year ago
organizations.tmpl Fix template function DateTime (#24317) 1 year ago
repo_list.tmpl Use data-tooltip-content for tippy tooltip (#23649) 1 year ago
repo_search.tmpl Add ONLY_SHOW_RELEVANT_REPOS back, fix explore page bug, make code more strict (#23766) 1 year ago
repos.tmpl Add main landmark to templates and adjust titles (#22670) 1 year ago
search.tmpl Optimize html templates (#22080) 2 years ago
users.tmpl Fix template function DateTime (#24317) 1 year ago