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 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>
10 months ago
..
code.tmpl Fix inconsistent user profile layout across tabs (#25625) 1 year ago
navbar.tmpl Require at least one unit to be enabled (#24189) 1 year ago
repo_list.tmpl Remove unnecessary template helper repoAvatar (#26387) 11 months ago
repo_search.tmpl Fix incorrect sort link with `.profile` repository (#26374) 11 months ago
repos.tmpl Add main landmark to templates and adjust titles (#22670) 1 year ago
search.tmpl Replace fomantic divider module with our own (#25539) 1 year ago
user_list.tmpl Improve flex list UI (#26970) 10 months ago
users.tmpl User details page (#26713) 10 months ago