implement scrape frontend, optimize css, init static svg assets

This commit is contained in:
yggverse 2025-08-06 21:00:46 +03:00
parent 4d5e0f5b79
commit 70c0174fbc
7 changed files with 104 additions and 39 deletions

3
static/theme/peers.svg Normal file
View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" fill="white" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8 1a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L7.5 13.293V1.5A.5.5 0 0 1 8 1z"/>
</svg>

After

Width:  |  Height:  |  Size: 279 B