Skip to content

Commit 2abde9e

Browse files
Pair the unleashed banner with the downloads chart 8:2 on one row
The cumulative-downloads chart on its own line ate too much vertical space for what is essentially a sidebar metric. Move the banner and chart into a single 960-wide table row at an 8:2 column split (banner 760, chart 190) so the chart reads as the visual sidebar the data actually warrants while the banner keeps its prominence. Co-authored-by: Open Codex <hff582580@gmail.com>
1 parent 48e7adc commit 2abde9e

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,21 @@
1717
<a href="https://www.npmjs.com/package/@leonw24/open-codex"><img alt="npm total downloads" src="https://img.shields.io/npm/dt/%40leonw24%2Fopen-codex?label=total%20downloads" /></a>
1818
</p>
1919

20-
<p align="center">
21-
<a href="https://www.npmjs.com/package/@leonw24/open-codex"><img src="https://raw.githubusercontent.com/LEON-gittech/Open-Codex-CLI/main/.github/npm-total-downloads.svg" alt="Open Codex CLI cumulative npm downloads chart" /></a>
22-
</p>
23-
2420
<p align="center">
2521
<a href="#english"><img alt="English" src="https://img.shields.io/badge/English-default-111111?style=for-the-badge" /></a>
2622
<a href="#简体中文"><img alt="简体中文" src="https://img.shields.io/badge/简体中文-switch-444444?style=for-the-badge" /></a>
2723
</p>
2824

29-
<p align="center">
30-
<img src="https://raw.githubusercontent.com/LEON-gittech/Open-Codex-CLI/main/.github/open-codex-cli-unleashed.png" alt="Open Codex CLI unleashed banner" width="960" />
31-
</p>
25+
<table align="center" width="960">
26+
<tr>
27+
<td width="80%" align="center">
28+
<img src="https://raw.githubusercontent.com/LEON-gittech/Open-Codex-CLI/main/.github/open-codex-cli-unleashed.png" alt="Open Codex CLI unleashed banner" width="760" />
29+
</td>
30+
<td width="20%" align="center">
31+
<a href="https://www.npmjs.com/package/@leonw24/open-codex"><img src="https://raw.githubusercontent.com/LEON-gittech/Open-Codex-CLI/main/.github/npm-total-downloads.svg" alt="Open Codex CLI cumulative npm downloads chart" width="190" /></a>
32+
</td>
33+
</tr>
34+
</table>
3235

3336
<p align="center">
3437
GitHub README does not allow JavaScript-based language toggles, so this page uses collapsible language sections as the practical equivalent.

0 commit comments

Comments
 (0)