Skip to content

Commit fc0f6ac

Browse files
authored
Update style.css fix ui issue with github link (#287)
1 parent d09e9fc commit fc0f6ac

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

compare/style.css

+4-3
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@
2727
position: absolute;
2828
top: 0;
2929
right: 0;
30-
inline-size: var(--size-10);
30+
inline-size: 4px;
31+
z-index: 1;
3132

3233
&:hover .octo-arm {
33-
animation: octocat-wave 560ms ease-in-out
34+
animation: octocat-wave 560ms ease-in-out;
3435
}
3536

3637
& > svg {
@@ -52,4 +53,4 @@
5253
40%,80% {
5354
transform: rotate(10deg)
5455
}
55-
}
56+
}

0 commit comments

Comments
 (0)