Commit 6b3d0a47 authored by Chunchi Che's avatar Chunchi Che

fix

parent 6b178452
Pipeline #21442 passed with stages
in 12 minutes and 26 seconds
...@@ -102,7 +102,7 @@ button:focus-visible { ...@@ -102,7 +102,7 @@ button:focus-visible {
--z: calc(var(--h) * 1px); --z: calc(var(--h) * 1px);
transform: translateZ(var(--z)) rotateX(calc(var(--hand-rotate) * var(--vertical))); transform: translateZ(var(--z)) rotateX(calc(var(--hand-rotate) * var(--vertical)));
translate: var(--x) var(--y); translate: var(--x) var(--y);
rotate: var(--opponent-deg); rotate: calc(var(--opponent-deg) * (1 - var(--vertical)));
transform-style: preserve-3d; transform-style: preserve-3d;
z-index: 10; z-index: 10;
animation: glow calc(var(--highlight-interval) * var(--highlight-on)) ease-out infinite alternate; animation: glow calc(var(--highlight-interval) * var(--highlight-on)) ease-out infinite alternate;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment