You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/css/modules
Giteabot cda69a0363
Fix dropdown icon layout on diff page (#25397) (#25403)
Backport #25397 by @wxiaoguang

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)

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2 years ago
..
animations.css Add PDF rendering via PDFObject (#24086) 2 years ago
breadcrumb.css Remove fomantic breadcrumb module (#24463) 2 years ago
button.css Fix dropdown icon layout on diff page (#25397) (#25403) 2 years ago
card.css Change `--font-weight-bold` to `--font-weight-semibold` and 600 value, introduce new font weight variables (#24827) 2 years ago
comment.css Consolidate the two review boxes into one (#24738) 2 years ago
modal.css Move `Rename branch` from repo settings page to the page of branches list (#24380) 2 years ago
normalize.css Replace Fomantic reset module with our own (#24948) 2 years ago
select.css Change access token UI to select dropdowns (#25109) (#25230) 2 years ago
tippy.css Fix mobile navbar and misc cleanups (#25134) (#25169) 2 years ago