1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-15 06:04:32 -04:00
gitea/templates/repo
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
..
actions Adjust style for action run list (align icons, adjust padding) (#25170) 2023-06-12 09:36:08 +00:00
branch Improve AJAX link and modal confirm dialog (#25210) 2023-06-13 12:10:10 +00:00
cite Button and color enhancements (#24989) 2023-06-09 08:37:47 +00:00
diff Use flex to align SVG and text (#25163) 2023-06-14 16:40:15 +00:00
editor Create pull request for base after editing file, if not enabled on fork (#24841) 2023-05-24 21:36:02 +00:00
find
graph
issue Use flex to align SVG and text (#25163) 2023-06-14 16:40:15 +00:00
migrate Improve some Forms (#24878) 2023-05-26 09:42:54 +00:00
projects Disable Create column button while the column name is empty (#25192) 2023-06-13 09:57:03 +00:00
pulls
release Button and color enhancements (#24989) 2023-06-09 08:37:47 +00:00
settings Improve AJAX link and modal confirm dialog (#25210) 2023-06-13 12:10:10 +00:00
tag RSS icon fixes (#24476) 2023-05-10 22:27:02 +00:00
wiki Use flex to align SVG and text (#25163) 2023-06-14 16:40:15 +00:00
activity.tmpl
blame.tmpl Button and color enhancements (#24989) 2023-06-09 08:37:47 +00:00
branch_dropdown.tmpl
clone_buttons.tmpl Rework button coloring, add focus and active colors (#24507) 2023-05-29 12:45:22 +00:00
clone_script.tmpl Rework button coloring, add focus and active colors (#24507) 2023-05-29 12:45:22 +00:00
commit_page.tmpl
commit_status.tmpl
commit_statuses.tmpl Button and color enhancements (#24989) 2023-06-09 08:37:47 +00:00
commits_list_small.tmpl Use flex to align SVG and text (#25163) 2023-06-14 16:40:15 +00:00
commits_list.tmpl
commits_table.tmpl
commits.tmpl
create_helper.tmpl
create.tmpl Improve some Forms (#24878) 2023-05-26 09:42:54 +00:00
empty.tmpl
file_info.tmpl
forks.tmpl
graph.tmpl
header.tmpl Refactor Pull Mirror and fix out-of-sync bugs (#24732) 2023-05-15 19:02:10 +00:00
home.tmpl Button and color enhancements (#24989) 2023-06-09 08:37:47 +00:00
icon.tmpl
packages.tmpl
release_tag_header.tmpl Use flex to align SVG and text (#25163) 2023-06-14 16:40:15 +00:00
search_name.tmpl
search.tmpl
shabox_badge.tmpl
sub_menu.tmpl Change --font-weight-bold to --font-weight-semibold and 600 value, introduce new font weight variables (#24827) 2023-05-21 23:37:32 +00:00
unicode_escape_prompt.tmpl
upload.tmpl
user_cards.tmpl
view_file.tmpl Button and color enhancements (#24989) 2023-06-09 08:37:47 +00:00
view_list.tmpl Rework notifications list (#24812) 2023-05-25 02:31:26 +00:00
watchers.tmpl