Simplify a bit arc calculation

This commit is contained in:
barsdeveloper
2025-01-24 19:32:24 +02:00
parent c356878e3f
commit 15a1769b95
10 changed files with 67 additions and 104 deletions

View File

@@ -192,7 +192,7 @@ ueb-link > svg {
width: 100% !important;
height: 100% !important;
min-height: 1px !important;
transform: scaleY(var(--ueb-link-scale-y));
transform: scaleX(var(--ueb-link-scale-x)) scaleY(var(--ueb-link-scale-y));
z-index: 1;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long