From 3879e58f9398a96dfe4be3e81e036706a0b6d94b Mon Sep 17 00:00:00 2001 From: Miodec Date: Fri, 15 Aug 2025 20:47:43 +0200 Subject: [PATCH] style: use horizontalPadding to calculate right property --- frontend/src/styles/test.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } }