Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit 03e4475

Browse files
committed
0.16
1 parent 35cc688 commit 03e4475

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

views/repo.ejs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<svg width="450" height="195" viewBox="0 0 640 195" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="descId">
1+
<svg width="450" height="195" viewBox="0 0 660 195" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="descId">
22
<title id="titleId"><%- repo %>'s Code Stats</title>
33
<desc id="descId">Repository Code Statistics</desc>
44
<style>
@@ -90,7 +90,7 @@
9090
}
9191
}
9292
</style>
93-
<rect data-testid="card-bg" x="0.5" y="0.5" rx="4.5" height="99%" stroke="#e4e2e2" width="639" fill="#fffefe" stroke-opacity="1"/>
93+
<rect data-testid="card-bg" x="0.5" y="0.5" rx="4.5" height="99%" stroke="#e4e2e2" width="659" fill="#fffefe" stroke-opacity="1"/>
9494
<g data-testid="card-title" transform="translate(25, 35)"><g transform="translate(0, 0)"><text x="0" y="0" class="header" data-testid="header"><a href="https://github.com/<%- username %>/<%- repo %>/"><%- username %> / <%- repo %></a></text></g></g>
9595
<g data-testid="main-card-body" transform="translate(0, 55)"><svg x="0" y="0">
9696
<g transform="translate(0, 0)">
@@ -137,7 +137,8 @@
137137
</g>
138138
</g>
139139
</svg></g>
140-
<g xmlns="http://www.w3.org/2000/svg" transform="translate(280, 55)" data-testid="main-card-body">
140+
<line x1="290" y1="40" x2="290" y2="186" stroke="#eeecec"></line>
141+
<g xmlns="http://www.w3.org/2000/svg" transform="translate(300, 55)" data-testid="main-card-body">
141142

142143
<svg data-testid="lang-items" x="25">
143144

0 commit comments

Comments
 (0)