This commit is contained in:
Face
2025-07-25 18:55:28 +03:00
parent 558bb2fc1b
commit 1576ef1465
10 changed files with 271 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
<svg id="resizeHandle" width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<!-- Chrome-style resize handle with two diagonal lines -->
<line x1="20" y1="32" x2="32" y2="20" stroke="#666" stroke-width="3" stroke-linecap="round"/>
<line x1="28" y1="32" x2="32" y2="28" stroke="#666" stroke-width="3" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 384 B