chore: [Electron Demo] - update footer to feature small icons, update screenshots.

This commit is contained in:
syntaxbullet 2025-05-01 12:51:38 +02:00
parent 3134922c55
commit e5a1d470ad
3 changed files with 8 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 32 KiB

@ -34,8 +34,8 @@
</body>
<footer>
<ul>
<li><a href="https://docs.sheetjs.com/docs/" class="text-condensed">SheetJS CE Docs</a></li>
<li><a href="https://www.electronjs.org/docs" class="text-condensed">Electron Docs</a></li>
<li><a href="https://docs.sheetjs.com/docs/" class="text-condensed"><img src="https://git.sheetjs.com/assets/img/logo.svg" alt="SheetJS" width="20" height="20"> SheetJS CE Docs</a></li>
<li><a href="https://www.electronjs.org/docs" class="text-condensed"><img src="https://www.electronjs.org/assets/img/logo.svg" alt="Electron" width="20" height="20"> Electron Docs</a></li>
</ul>
</footer>
<script src="index.js"></script>

@ -167,7 +167,6 @@ button:focus, input[type="submit"]:focus, input[type="file"]:focus {
Footer
===================== */
footer {
background-color: #eee;
padding: 1rem;
display: flex;
justify-content: center;
@ -190,6 +189,12 @@ footer li {
list-style: none;
}
footer li a {
display: flex;
align-items: center;
gap: 0.5rem;
}
/* =====================
Responsive Table Container
===================== */