diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2023-06-25 10:40:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-25 02:40:41 +0000 |
commit | 323c6cba20db618d48f4939d1fcaaa036ec0a0d7 (patch) | |
tree | e96512e07effa97f199a5819d6cfb2d9218aece2 /templates/repo | |
parent | b8253607fea3a20d371ec1f6a30133e0ad72a2be (diff) | |
download | gitea-323c6cba20db618d48f4939d1fcaaa036ec0a0d7.tar.gz gitea-323c6cba20db618d48f4939d1fcaaa036ec0a0d7.zip |
Fine tune "dropdown button" icon (#25442)
![image](https://github.com/go-gitea/gitea/assets/2114189/143e043d-85c9-43a4-85ae-ca55f507f738)
----
![image](https://github.com/go-gitea/gitea/assets/2114189/bcba03a5-732e-4139-bc35-96a7f8bfcb88)
Diffstat (limited to 'templates/repo')
-rw-r--r-- | templates/repo/commit_page.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/repo/commit_page.tmpl b/templates/repo/commit_page.tmpl index 2e8732b40b..8f8e9fa0e8 100644 --- a/templates/repo/commit_page.tmpl +++ b/templates/repo/commit_page.tmpl @@ -26,7 +26,8 @@ {{.locale.Tr "repo.diff.browse_source"}} </a> {{if and ($.Permission.CanWrite $.UnitTypeCode) (not $.Repository.IsArchived) (not .IsDeleted)}}{{- /* */ -}} - <div class="ui primary tiny floating dropdown icon button">{{.locale.Tr "repo.commit.operations"}} + <div class="ui dropdown primary tiny button"> + {{.locale.Tr "repo.commit.operations"}} {{svg "octicon-triangle-down" 14 "dropdown icon"}} <div class="menu"> <div class="ui header">{{.locale.Tr "repo.commit.operations"}}</div> |