added auto-scaling and scaling via key combination

This commit is contained in:
coolcoala
2025-07-26 06:50:18 +03:00
parent fbd1c55f44
commit 06ad23d904
4 changed files with 101 additions and 1 deletions

View File

@@ -125,3 +125,7 @@
/* h-full уже применен выше к body */
}
}
svg {
stroke-width: var(--icon-stroke-width, 2);
}