mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Visual Console Refactor: fixed the analogic clock
Former-commit-id: bd85af741c4bcf0fe505e1e6bb0b41d42ab2e090
This commit is contained in:
parent
2bd32a91dc
commit
f24368b5a0
@ -450,7 +450,7 @@ export default class Clock extends Item<ClockProps> {
|
||||
to {
|
||||
${prefixedCssRules(
|
||||
"transform",
|
||||
`translate(50px, 50px) rotate(${minuteAngle + 360}deg)`
|
||||
`translate(50px, 50px) rotate(${secAngle + 360}deg)`
|
||||
).join("\n")}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user