1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-01 18:31:44 +02:00
gitea/templates
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
..
admin
api/packages/pypi
base Navbar styling rework (#25343) 2023-06-20 20:35:25 +00:00
code
custom
devtest Batch delete issue and improve tippy opts (#25253) 2023-06-19 15:46:50 +08:00
explore
mail
org Support configuration variables on Gitea Actions (#24724) 2023-06-20 22:54:15 +00:00
package Fix dropdown icon layout on diff page (#25397) 2023-06-20 23:22:48 +00:00
projects
repo Fix dropdown icon layout on diff page (#25397) 2023-06-20 23:22:48 +00:00
shared Support configuration variables on Gitea Actions (#24724) 2023-06-20 22:54:15 +00:00
status
swagger
user Support configuration variables on Gitea Actions (#24724) 2023-06-20 22:54:15 +00:00
home.tmpl
install.tmpl
post-install.tmpl