forgejo/templates/user
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 ?)
2023-05-01 12:08:37 -04:00
..
auth Improve "new-menu" (#24465) 2023-05-01 12:08:37 -04:00
dashboard Remove unnecessary g-menu-stackable-scrollable (#24462) 2023-05-01 12:51:14 +02:00
notification Improve issue list filter (#24425) 2023-04-30 11:51:20 -04:00
overview Add missing badges in user profile for /projects and /packages (#24232) 2023-04-22 21:32:40 -04:00
settings Move links out of translation (#24446) 2023-05-01 09:17:27 +02:00
code.tmpl
heatmap.tmpl Improve template helper (#24417) 2023-04-29 08:02:29 -04:00
profile.tmpl Add follow organization and fix the logic of following page (#24345) 2023-04-29 15:13:58 -04:00
project.tmpl