summaryrefslogtreecommitdiffstats
path: root/templates/projects
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2023-06-22 03:59:49 +0200
committerGitHub <noreply@github.com>2023-06-21 21:59:49 -0400
commit656d3cc71973c547b574866e30e5f3da5327ce25 (patch)
tree1572fc6ee19650b148a899e87b579dd63c3c5664 /templates/projects
parent8afc1b1cb5ad44ab5dd9597a814b19412702ede3 (diff)
downloadgitea-656d3cc71973c547b574866e30e5f3da5327ce25.tar.gz
gitea-656d3cc71973c547b574866e30e5f3da5327ce25.zip
Various UI fixes (#25264)
Numerous small UI fixes: - Fix double border in collaborator list - Fix system notice table background - Mute links in repo and org lists - Downsize projects edit buttons - Improve milestones and project list rendering - Condense milestone list entry to a single line of "metas" - Mute ".." button in repo files list
Diffstat (limited to 'templates/projects')
-rw-r--r--templates/projects/view.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/projects/view.tmpl b/templates/projects/view.tmpl
index 58dbca2a4b..35493775b5 100644
--- a/templates/projects/view.tmpl
+++ b/templates/projects/view.tmpl
@@ -45,7 +45,7 @@
</div>
{{if $.CanWriteProjects}}
<div class="column right aligned">
- <div class="ui compact right small menu">
+ <div class="ui compact right mini menu">
<a class="item" href="{{$.Link}}/edit?redirect=project">
{{svg "octicon-pencil"}}
<span class="gt-mx-3">{{$.locale.Tr "repo.issues.label_edit"}}</span>