From fc0f6acc037b412f6dfed28ce1ea0f0c5c33c3dc Mon Sep 17 00:00:00 2001 From: JabSYsEmb <32222578+JabSYsEmb@users.noreply.github.com> Date: Tue, 2 Jan 2024 22:24:47 +0300 Subject: [PATCH] Update style.css fix ui issue with github link (#287) --- compare/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/compare/style.css b/compare/style.css index 495cbba6..eb4a4e48 100644 --- a/compare/style.css +++ b/compare/style.css @@ -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 { @@ -52,4 +53,4 @@ 40%,80% { transform: rotate(10deg) } -} \ No newline at end of file +}