From 7d225544b031339f978ba8ac2e8f31051b32562c Mon Sep 17 00:00:00 2001 From: kseniyakuzina Date: Thu, 15 Jan 2026 17:50:12 +0300 Subject: [PATCH] fix(Gallery): reduce gallery controls area height --- .../Gallery/components/NavigationButton/NavigationButton.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Gallery/components/NavigationButton/NavigationButton.scss b/src/components/Gallery/components/NavigationButton/NavigationButton.scss index e14bee41..f823e43c 100644 --- a/src/components/Gallery/components/NavigationButton/NavigationButton.scss +++ b/src/components/Gallery/components/NavigationButton/NavigationButton.scss @@ -4,7 +4,7 @@ $block: '.#{variables.$ns}gallery-navigation-button'; #{$block} { position: absolute; - inset-block: 0 60px; + inset-block: 0 80px; z-index: 2; display: flex;