0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-12-31 20:04:25 -05:00
forgejo/templates/repo/diff
Giteabot 5191ab6445
Use flex to align SVG and text (#25163) (#25260)
Backport #25163 by @wxiaoguang

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: wxiaoguang <wxiaoguang@gmail.com>
2023-06-14 13:21:48 -04:00
..
blob_excerpt.tmpl Button and color enhancements (#24989) (#25176) 2023-06-11 02:13:08 +00:00
box.tmpl Button and color enhancements (#24989) (#25176) 2023-06-11 02:13:08 +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) (#25260) 2023-06-14 13:21:48 -04: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 Add markdown preview to Submit Review Textarea (#24672) 2023-05-12 10:53:41 +00:00
options_dropdown.tmpl
section_code.tmpl
section_split.tmpl Button and color enhancements (#24989) (#25176) 2023-06-11 02:13:08 +00:00
section_unified.tmpl Button and color enhancements (#24989) (#25176) 2023-06-11 02:13:08 +00:00
stats.tmpl
whitespace_dropdown.tmpl