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:
@@ -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 & {
|
||||
|
||||
Reference in New Issue
Block a user