From 058a65abe87a17e692c57bd4e7a2783180792850 Mon Sep 17 00:00:00 2001 From: malyna2 Date: Tue, 24 Oct 2023 00:11:56 +0300 Subject: [PATCH] fix player overlaps donate button --- .../components/modals/ListenText/ListenText.styles.scss | 2 +- src/features/StreetcodePage/Streetcode.styles.scss | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/src/app/common/components/modals/ListenText/ListenText.styles.scss b/src/app/common/components/modals/ListenText/ListenText.styles.scss index 1fb7f4d13..8cc9510a6 100644 --- a/src/app/common/components/modals/ListenText/ListenText.styles.scss +++ b/src/app/common/components/modals/ListenText/ListenText.styles.scss @@ -8,7 +8,7 @@ @include mut.sized(1200px, 46px); @include mut.flex-centered(); - @include mut.positioned-as(fixed, $bottom: 4%); + @include mut.positioned-as(fixed, $bottom: 15px); @include mut.full-rounded(11px, $overflow: visible); background-color: c.$pure-white-color; diff --git a/src/features/StreetcodePage/Streetcode.styles.scss b/src/features/StreetcodePage/Streetcode.styles.scss index e7d63b569..fb86b271e 100644 --- a/src/features/StreetcodePage/Streetcode.styles.scss +++ b/src/features/StreetcodePage/Streetcode.styles.scss @@ -36,7 +36,7 @@ $bgImg: '@assets/images/streetcode-card/background.webp'; position: sticky; display: flex; z-index: 4; - bottom: f.pxToRem(50px); + bottom: f.pxToRem(75px); justify-content: flex-end; } @@ -71,10 +71,6 @@ $bgImg: '@assets/images/streetcode-card/background.webp'; @include mut.rem-padded($top: 64px); } - .sticky{ - bottom: f.pxToRem(25px); - } - .container{ margin-top: f.pxToRem(44px); } @@ -84,9 +80,6 @@ $bgImg: '@assets/images/streetcode-card/background.webp'; .streetcodeContainer, .mainBlock{ background-image: none !important; } - .sticky{ - bottom: f.pxToRem(50px); - } } .loader-container{