Browse Source
- Split up avatar rendering helpers for performance - Fix showing repo SVG icon when no avatar is set - Make repo SVG and avatar same size at 32px - Fix fork line by adding vertical flexbox on repo title Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>tags/v1.15.0-dev
7 changed files with 112 additions and 104 deletions
@ -1,4 +1,4 @@ |
|||||||
<div class="repo-header-icon"> |
<div class="repo-icon mr-3"> |
||||||
{{if $.IsTemplate}} |
{{if $.IsTemplate}} |
||||||
{{svg "octicon-repo-template" 32}} |
{{svg "octicon-repo-template" 32}} |
||||||
{{else}} |
{{else}} |
Loading…
Reference in new issue