1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

Adds px to stroke

This commit is contained in:
Amir Raminfar
2020-06-24 10:15:22 -07:00
parent 9ffd00006d
commit a2ed4aa847

View File

@@ -79,8 +79,8 @@ export default {
transform: rotate(-90deg);
transform-origin: 50% 50%;
stroke: #00d1b2;
stroke-dashoffset: calc(276.32 - var(--progress) * 276.32);
stroke-dasharray: 276.32 276.32;
stroke-dashoffset: calc(276.32px - var(--progress) * 276.32px);
stroke-dasharray: 276.32px 276.32px;
stroke-width: 3;
will-change: stroke-dashoffset;
html.has-light-theme & {