diff --git a/frontend/src/styles/test.scss b/frontend/src/styles/test.scss index 1f04ea31f..18d9e4222 100644 --- a/frontend/src/styles/test.scss +++ b/frontend/src/styles/test.scss @@ -1233,7 +1233,7 @@ &:hover { .shareButton { opacity: 1; - right: -3.25em; + right: calc((1.25em + (var(--horizontalPadding) * 2)) * -1); } } }