Skip to content

Commit

Permalink
Update style.css fix ui issue with github link (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
JabSYsEmb committed Jan 2, 2024
1 parent d09e9fc commit fc0f6ac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions compare/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@
position: absolute;
top: 0;
right: 0;
inline-size: var(--size-10);
inline-size: 4px;
z-index: 1;

&:hover .octo-arm {
animation: octocat-wave 560ms ease-in-out
animation: octocat-wave 560ms ease-in-out;
}

& > svg {
Expand All @@ -52,4 +53,4 @@
40%,80% {
transform: rotate(10deg)
}
}
}

0 comments on commit fc0f6ac

Please sign in to comment.