gitea/templates/repo/diff
wxiaoguang 831db53c21
Fix dropdown icon layout on diff page (#25397)
Address
https://github.com/go-gitea/gitea/pull/25163#issuecomment-1599207916

Remove the unused  "icon-button".

And fix the layout:

Without the dropdown icon:

```
	{{svg "gitea-whitespace"}}
```


![image](https://github.com/go-gitea/gitea/assets/2114189/58a524ba-f289-4982-aea2-6f9f9f9cbdcf)


With the dropdown icon:

```
	{{svg "gitea-whitespace" 16 "gt-mr-3"}}
	{{svg "octicon-triangle-down" 14 "dropdown icon"}}
```


![image](https://github.com/go-gitea/gitea/assets/2114189/eb99168b-5d49-40a7-8665-5296cbb4e486)
2023-06-20 23:22:48 +00:00
..
blob_excerpt.tmpl Button and color enhancements (#24989) 2023-06-09 08:37:47 +00:00
box.tmpl Button and color enhancements (#24989) 2023-06-09 08:37:47 +00:00
comment_form_datahandler.tmpl
comment_form.tmpl
comments.tmpl Improve and fix bugs surrounding reactions (#24760) 2023-05-28 01:34:18 +00:00
compare.tmpl Use flex to align SVG and text (#25163) 2023-06-14 16:40:15 +00:00
conversation.tmpl Start cleaning the messy ".ui.left / .ui.right", improve label list page, fix stackable menu (#24393) 2023-04-29 07:35:59 -04:00
csv_diff.tmpl
escape_title.tmpl
image_diff.tmpl Improve "new-menu" (#24465) 2023-05-01 12:08:37 -04:00
new_comment.tmpl
new_review.tmpl Fix dropdown icon layout on diff page (#25397) 2023-06-20 23:22:48 +00:00
options_dropdown.tmpl Fix dropdown icon layout on diff page (#25397) 2023-06-20 23:22:48 +00:00
section_code.tmpl Add template linting via djlint (#25212) 2023-06-14 18:17:58 +00:00
section_split.tmpl Add template linting via djlint (#25212) 2023-06-14 18:17:58 +00:00
section_unified.tmpl Button and color enhancements (#24989) 2023-06-09 08:37:47 +00:00
stats.tmpl
whitespace_dropdown.tmpl Fix dropdown icon layout on diff page (#25397) 2023-06-20 23:22:48 +00:00