From 13fbab5cf45c7546a976f0a802bbe2ddcb018f7c Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Tue, 3 Dec 2024 03:54:33 +0800 Subject: [PATCH] Remove all "floated" CSS styles (#32691) flex but don't float diff with ignoring spaces : https://github.com/go-gitea/gitea/pull/32691/files?diff=split&w=1 related pages: ### admin users ![image](https://github.com/user-attachments/assets/40dd4c46-3f5b-4a68-89b0-d0a9a806f1fc) ### milestone ![image](https://github.com/user-attachments/assets/e3efb630-f07c-4c9d-b877-71e28cddcdce) ### user account setting ![image](https://github.com/user-attachments/assets/d15609ee-016d-4aee-999a-b5455fe6185c) --- templates/admin/user/list.tmpl | 10 +++--- templates/repo/issue/milestone_new.tmpl | 2 +- templates/user/settings/account.tmpl | 48 ++++++++++++------------- web_src/css/modules/list.css | 6 ---- web_src/css/modules/menu.css | 12 ------- 5 files changed, 28 insertions(+), 50 deletions(-) diff --git a/templates/admin/user/list.tmpl b/templates/admin/user/list.tmpl index b6c26c8527..7e4c8854f5 100644 --- a/templates/admin/user/list.tmpl +++ b/templates/admin/user/list.tmpl @@ -7,10 +7,12 @@
-
- + +
+ {{template "shared/search/combo" dict "Value" .Keyword "Placeholder" (ctx.Locale.Tr "search.user_kind")}} +
- - - {{template "shared/search/combo" dict "Value" .Keyword "Placeholder" (ctx.Locale.Tr "search.user_kind")}}
diff --git a/templates/repo/issue/milestone_new.tmpl b/templates/repo/issue/milestone_new.tmpl index 736a75d73a..96a3879b80 100644 --- a/templates/repo/issue/milestone_new.tmpl +++ b/templates/repo/issue/milestone_new.tmpl @@ -5,7 +5,7 @@
{{template "repo/issue/navbar" .}} {{if and (or .CanWriteIssues .CanWritePulls) .PageIsEditMilestone}} -