diff options
author | silverwind <me@silverwind.io> | 2021-01-01 20:04:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-01 14:04:35 -0500 |
commit | 1bf7d71a0a82bc19945bc816df57b8ad61bdace4 (patch) | |
tree | 012d2f4060785956d46ef3f0a4b4a2678f46801e /templates/base/head_navbar.tmpl | |
parent | 21adeaad70ba2386673e00e69147b1cc40551b76 (diff) | |
download | gitea-1bf7d71a0a82bc19945bc816df57b8ad61bdace4.tar.gz gitea-1bf7d71a0a82bc19945bc816df57b8ad61bdace4.zip |
Consolidate Logos and update README header (#14136)
* Consolidate Logos and update README header
- Remove unused `logo-lg.png`, `logo-sm.png` and `logo-192.png`.
- Consolidate `favicon.svg` and `logo.svg` to just `logo.svg`.
- Remove Safari Mask icon, it seems to work fine with just `favicon.png` (no SVG support).
- Remove Fluid Icon. It only served Firefox and SVG works just fine there.
- Update customization instructions.
- Update README.md to use SVG icon, increase logo size and center it and badges.
* Update README_ZH.md
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* Update README_ZH.md
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'templates/base/head_navbar.tmpl')
-rw-r--r-- | templates/base/head_navbar.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/head_navbar.tmpl b/templates/base/head_navbar.tmpl index 207c522ee8..a2b4d4f1d9 100644 --- a/templates/base/head_navbar.tmpl +++ b/templates/base/head_navbar.tmpl @@ -1,7 +1,7 @@ <div class="ui container" id="navbar"> <div class="item brand" style="justify-content: space-between;"> <a href="{{AppSubUrl}}/"> - <img class="ui mini image" src="{{StaticUrlPrefix}}/img/logo.svg"> + <img class="ui mini image" with="30" height="30" src="{{StaticUrlPrefix}}/img/logo.svg"> </a> <div class="ui basic icon button mobile-only" id="navbar-expand-toggle"> <i class="sidebar icon"></i> |