]> source.dussan.org Git - gitea.git/commit
Remove polluted `.ui.right` (#26825)
authorwxiaoguang <wxiaoguang@gmail.com>
Thu, 31 Aug 2023 02:29:59 +0000 (10:29 +0800)
committerGitHub <noreply@github.com>
Thu, 31 Aug 2023 02:29:59 +0000 (02:29 +0000)
commit19a1e1b20ee45f02908c915c8540baab1396899c
treecceca2b1d7682a3d8420665910bea92a35df924b
parent98f2bf23bc57d734471a08e396c687be6d194313
Remove polluted `.ui.right` (#26825)

Each change is tested manually line by line. There are too many changes
so I can't share dozens of screenshots.

In short:

1. `ui right` could be still used in `ui top attached header`, because
there is a special case.
2. A lot of `ui right` are just no-op, so they can be removed safely.
3. Some of the `ui right` should be replaced by `gt-float-right` (to
avoid breaking, leave them to the future).
4. A few of the `ui right` could be rewritten by flex.
25 files changed:
templates/admin/notice.tmpl
templates/org/settings/labels.tmpl
templates/org/team/repositories.tmpl
templates/package/view.tmpl
templates/repo/commits_list_small.tmpl
templates/repo/diff/comment_form.tmpl
templates/repo/issue/labels.tmpl
templates/repo/issue/milestones.tmpl
templates/repo/issue/view_content/attachments.tmpl
templates/repo/issue/view_content/comments.tmpl
templates/repo/issue/view_content/comments_delete_time.tmpl
templates/repo/projects/view.tmpl
templates/repo/release/list.tmpl
templates/repo/release/new.tmpl
templates/repo/release_tag_header.tmpl
templates/repo/settings/githooks.tmpl
templates/repo/settings/webhook/history.tmpl
templates/repo/wiki/new.tmpl
templates/repo/wiki/view.tmpl
templates/user/dashboard/issues.tmpl
templates/user/dashboard/milestones.tmpl
templates/user/settings/repos.tmpl
web_src/css/base.css
web_src/css/repo/release-tag.css
web_src/js/components/RepoBranchTagSelector.vue