From 93787eaf4d1d421c6c195e9f6cc573d6a55397c9 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Fri, 21 Nov 2025 12:57:07 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B8=20?= =?UTF-8?q?=D0=BB=D0=B8=D0=BD=D1=82=D0=B5=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ui/TimeFrameSlider/TimeFrameSlider.module.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/widgets/TimeFrameSlider/ui/TimeFrameSlider/TimeFrameSlider.module.scss b/src/widgets/TimeFrameSlider/ui/TimeFrameSlider/TimeFrameSlider.module.scss index aa8e25c..ead27c0 100644 --- a/src/widgets/TimeFrameSlider/ui/TimeFrameSlider/TimeFrameSlider.module.scss +++ b/src/widgets/TimeFrameSlider/ui/TimeFrameSlider/TimeFrameSlider.module.scss @@ -31,17 +31,16 @@ .title { position: absolute; + top: 170px; + left: 0; z-index: 2; - left: 0; - top: 170px; - + max-width: 15ch; padding-left: 75px; font-weight: 700; font-size: 56px; line-height: 120%; - max-width: 15ch; border-left: 5px solid transparent; border-image: var(--gradient-primary) 1; @@ -80,7 +79,6 @@ .controls { position: absolute; - transform-origin: left; left: 100px; bottom: 0; z-index: 10; @@ -89,6 +87,8 @@ flex-direction: column; gap: 20px; + transform-origin: left; + @media (width <=768px) { position: static;