Improve screenshots layout with grid table

This commit is contained in:
superdooper86
2026-05-07 14:24:36 +02:00
parent d229581de1
commit 2da3eeaf72
+15 -6
View File
@@ -27,14 +27,23 @@ No API key required. It reads directly from your `claude.ai` session using a bui
<div align="center"> <div align="center">
<img src="screenshots/main.png" width="320" alt="Main window" /> <table>
<img src="screenshots/settings.png" width="320" alt="Settings" /> <tr>
<td align="center"><img src="screenshots/main.png" width="280" alt="Main window" /><br/><sub>Main window</sub></td>
<td align="center"><img src="screenshots/settings.png" width="280" alt="Settings" /><br/><sub>Settings</sub></td>
</tr>
<tr>
<td align="center"><img src="screenshots/update-banner.png" width="280" alt="Update banner" /><br/><sub>Update available</sub></td>
<td align="center"><img src="screenshots/notification.png" width="280" alt="Update notification" /><br/><sub>System notification</sub></td>
</tr>
</table>
<img src="screenshots/update-banner.png" width="320" alt="Update available banner" /> <br/>
<img src="screenshots/notification.png" width="320" alt="Update notification" />
<img src="screenshots/menubar-percent.png" width="120" alt="Menubar percentage display" /> **Menubar display**<br/>
<img src="screenshots/menubar-icon.png" width="40" alt="Menubar icon" /> <img src="screenshots/menubar-icon.png" height="22" alt="Menubar icon" />
&nbsp;
<img src="screenshots/menubar-percent.png" height="22" alt="Menubar percentage" />
</div> </div>