1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-29 22:55:55 +00:00
gitea/templates/package/shared
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
..
cleanup_rules Fix dropdown icon layout on diff page (#25397) 2023-06-20 23:22:48 +00:00
cargo.tmpl Move links out of translation (#24446) 2023-05-01 09:17:27 +02:00
list.tmpl Move links out of translation (#24446) 2023-05-01 09:17:27 +02:00
versionlist.tmpl Move helpers to be prefixed with gt- (#22879) 2023-02-13 17:59:59 +00:00