1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-16 23:24:12 +00:00

refactor: run formatter

This commit is contained in:
Elias Schneider
2025-01-19 15:41:16 +01:00
parent d5dd118a3f
commit 692ff70c91
129 changed files with 691 additions and 692 deletions

View File

@@ -24,4 +24,4 @@
stroke-dashoffset: 0;
}
}
</style>
</style>

Before

Width:  |  Height:  |  Size: 538 B

After

Width:  |  Height:  |  Size: 539 B

View File

@@ -3,14 +3,8 @@
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 85 85"
>
<path
class="line1"
d="M5,5 L80,80"
></path>
<path
class="line2"
d="M80,5 L5,80"
></path>
<path class="line1" d="M5,5 L80,80"></path>
<path class="line2" d="M80,5 L5,80"></path>
</svg>
<style>
@@ -32,4 +26,4 @@
stroke-dashoffset: 0;
}
}
</style>
</style>

Before

Width:  |  Height:  |  Size: 606 B

After

Width:  |  Height:  |  Size: 595 B