forgejo/templates/explore
wxiaoguang ffa4949eaa
Improve flex list UI (#26970)
1. There is already `gt-ac`, so no need to introduce `flex-item-center`
2. The `flex-item-baseline` and `.flex-item-icon svg { margin-top: 1px
}` seem to be a tricky patch, they don't resolve the root problem, and
still cause misalignment in some cases.
* The root problem is: the "icon" needs to align with the sibling
"title"
    * So, make the "icon" and the "title" both have the same height 
3. `flex-text-inline` could only be used if the element is really
"inline", otherwise its `vertical-align` would make the box size change.
In most cases, `flex-text-block` is good enough.


![image](https://github.com/go-gitea/gitea/assets/2114189/1b7acfc2-b1c7-4e9c-a983-2fa932026479)

---------

Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Giteabot <teabot@gitea.io>
2023-09-08 13:57:18 +00:00
..
code.tmpl Fix inconsistent user profile layout across tabs (#25625) 2023-07-06 18:59:24 +00:00
navbar.tmpl Require at least one unit to be enabled (#24189) 2023-05-06 17:39:06 +08:00
repo_list.tmpl Remove unnecessary template helper repoAvatar (#26387) 2023-08-08 15:29:35 +08:00
repo_search.tmpl Fix incorrect sort link with .profile repository (#26374) 2023-08-07 19:59:17 +00:00
repos.tmpl Add main landmark to templates and adjust titles (#22670) 2023-02-01 22:56:10 +00:00
search.tmpl Replace fomantic divider module with our own (#25539) 2023-06-29 20:24:22 +08:00
user_list.tmpl Improve flex list UI (#26970) 2023-09-08 13:57:18 +00:00
users.tmpl User details page (#26713) 2023-08-31 11:21:18 +02:00