0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-11-06 06:09:07 +01:00
gitea/web_src/css
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
..
chroma
codemirror
editor
features
markup
modules Use flex to align SVG and text (#25163) 2023-06-14 16:40:15 +00:00
repo Fix mobile navbar and misc cleanups (#25134) 2023-06-09 09:10:51 +00:00
shared
standalone
themes Minor arc-green color tweaks (#25175) 2023-06-09 15:17:30 +00:00
actions.css
admin.css Fix mobile navbar and misc cleanups (#25134) 2023-06-09 09:10:51 +00:00
base.css Use flex to align SVG and text (#25163) 2023-06-14 16:40:15 +00:00
dashboard.css Fix mobile navbar and misc cleanups (#25134) 2023-06-09 09:10:51 +00:00
explore.css
font_i18n.css
form.css Fix mobile navbar and misc cleanups (#25134) 2023-06-09 09:10:51 +00:00
helpers.css Fix mobile navbar and misc cleanups (#25134) 2023-06-09 09:10:51 +00:00
home.css Fix mobile navbar and misc cleanups (#25134) 2023-06-09 09:10:51 +00:00
index.css Change access token UI to select dropdowns (#25109) 2023-06-13 15:55:48 +08:00
install.css
org.css Improve AJAX link and modal confirm dialog (#25210) 2023-06-13 12:10:10 +00:00
repo.css Use flex to align SVG and text (#25163) 2023-06-14 16:40:15 +00:00
review.css Fix mobile navbar and misc cleanups (#25134) 2023-06-09 09:10:51 +00:00
user.css Fix mobile navbar and misc cleanups (#25134) 2023-06-09 09:10:51 +00:00