forgejo/templates/repo/diff
wxiaoguang 46c17c8029
Use flex to align SVG and text (#25163)
The code can be as simple as:

```html
<div class="flex-text-block">{{svg "octicon-alert"}} {{svg "octicon-x"}} text (block)</div>
<div><div class="flex-text-inline">{{svg "octicon-alert"}} {{svg "octicon-x"}} text</div> (inline)</div>
<div><button class="ui red button">{{svg "octicon-alert" 24}} {{svg "octicon-x" 24}} text</button></div>
```


![image](https://github.com/go-gitea/gitea/assets/2114189/1d3c10f1-0bc7-4c26-b236-bad537d5c465)

---------

Co-authored-by: Giteabot <teabot@gitea.io>
2023-06-14 16:40:15 +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.tmpl
comment_form_datahandler.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 Change form actions to fetch for submit review box (#25219) 2023-06-14 16:01:37 +08:00
options_dropdown.tmpl
section_code.tmpl
section_split.tmpl Button and color enhancements (#24989) 2023-06-09 08:37:47 +00:00
section_unified.tmpl Button and color enhancements (#24989) 2023-06-09 08:37:47 +00:00
stats.tmpl
whitespace_dropdown.tmpl