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/user/settings
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
..
security Improve flex list UI (#26970) 10 months ago
account.tmpl Fix UI misalignment on user setting page (#25629) 1 year ago
actions.tmpl Support configuration variables on Gitea Actions (#24724) 1 year ago
appearance.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
applications.tmpl Simplify helper CSS classes and avoid abuse (#26728) 10 months ago
applications_oauth2.tmpl Allow creation of OAuth2 applications for orgs (#18084) 2 years ago
applications_oauth2_edit.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
applications_oauth2_edit_form.tmpl Change `Regenerate Secret` button display (#25534) 1 year ago
applications_oauth2_list.tmpl Improve flex list UI (#26970) 10 months ago
grants_oauth2.tmpl Introduce `flex-list` & `flex-item` elements for Gitea UI (#25790) 11 months ago
hook_new.tmpl Extract common code to new template (#26933) 10 months ago
hooks.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
keys.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
keys_gpg.tmpl Improve SSH Key / GPG Key / Deploy Key UI (#26949) 10 months ago
keys_principal.tmpl Introduce `flex-list` & `flex-item` elements for Gitea UI (#25790) 11 months ago
keys_ssh.tmpl Improve SSH Key / GPG Key / Deploy Key UI (#26949) 10 months ago
layout_footer.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
layout_head.tmpl Reduce margins on user settings page, introduce `flex-container` (#26046) 11 months ago
navbar.tmpl Differentiate better between user settings and admin settings (#26538) 11 months ago
organization.tmpl Use template context function for avatar rendering (#26385) 11 months ago
packages.tmpl Use docs.gitea.com instead of docs.gitea.io (#26739) 10 months ago
packages_cleanup_rules_edit.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
packages_cleanup_rules_preview.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
profile.tmpl Make "link-action" backend code respond correct JSON content (#26680) 11 months ago
repos.tmpl Remove polluted `.ui.right` (#26825) 10 months ago
runner_edit.tmpl Add user level action runners (#24995) 1 year ago