From deca0f9d016ee6bedfec5c077aff690c4316a14b Mon Sep 17 00:00:00 2001 From: Kerwin Bryant Date: Fri, 21 Feb 2025 00:57:38 +0000 Subject: [PATCH] Adjust the layout of the top toolbar on the issues page --- templates/repo/issue/list.tmpl | 3 ++- web_src/css/repo/list-header.css | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/repo/issue/list.tmpl b/templates/repo/issue/list.tmpl index 53d0eca171fee..88733732ffd98 100644 --- a/templates/repo/issue/list.tmpl +++ b/templates/repo/issue/list.tmpl @@ -15,8 +15,9 @@ {{end}}
- {{template "repo/issue/navbar" .}} {{template "repo/issue/search" .}} + {{ctx.Locale.Tr "repo.labels"}} + {{ctx.Locale.Tr "repo.milestones"}} {{if not .Repository.IsArchived}} {{if .PageIsIssueList}} {{ctx.Locale.Tr "repo.issues.new"}} diff --git a/web_src/css/repo/list-header.css b/web_src/css/repo/list-header.css index e666e046d3275..19845be7accea 100644 --- a/web_src/css/repo/list-header.css +++ b/web_src/css/repo/list-header.css @@ -5,6 +5,10 @@ gap: .5rem; } +.list-header > .ui.button { + margin: 0; +} + .list-header-search { display: flex; flex: 1;