Skip to content

Commit

Permalink
(fix) css adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed May 2, 2024
1 parent 1db477f commit a52e536
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions app/frontend/src/components/ReadmeDashboard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@ const hostURL = import.meta.env.PUBLIC_HOST_URL;
<th class="text-slate-700 font-mono text-sm">=</th>
<td class="font-mono text-sm">dark or light</td>
</tr>
<tr>
<th class="text-slate-700 font-mono text-sm">&output</th>
<th class="text-slate-700 font-mono text-sm">=</th>
<td class="font-mono text-sm">svg or png</td>
</tr>
</tbody>
</table>
</div>
Expand All @@ -163,7 +168,7 @@ const hostURL = import.meta.env.PUBLIC_HOST_URL;
<img
class="inline select-none"
is:raw
:src="`//${t.url}/chart?org=${t.org}&repo=${t.repo}&branch=${t.branch}&type=${t.name}&theme=dark&line=fill&width=120&height=120`"
:src="`//${t.url}/chart?org=${t.org}&repo=${t.repo}&branch=${t.branch}&type=${t.name}&theme=dark&line=fill&width=120&height=120&output=svg`"
/>
</template>
</div>
Expand Down Expand Up @@ -213,7 +218,7 @@ const hostURL = import.meta.env.PUBLIC_HOST_URL;
<img
class="inline select-none"
is:raw
:src="`//${t.url}/chart?org=${t.org}&repo=${t.repo}&branch=${t.branch}&type=${t.name}&theme=dark&line=fill&width=150&height=150`"
:src="`//${t.url}/chart?org=${t.org}&repo=${t.repo}&branch=${t.branch}&type=${t.name}&theme=dark&line=fill&width=150&height=150&output=svg`"
/>
</template>
</div>
Expand Down

0 comments on commit a52e536

Please sign in to comment.