From e8070b489fabecf3d8169de7102ccf168f433c61 Mon Sep 17 00:00:00 2001 From: Rita Date: Wed, 21 Sep 2022 17:17:17 +0300 Subject: [PATCH] feat(ott-2842): fixes --- src/features/MatchPage/styled.tsx | 1 - src/features/MatchSidePlaylists/styled.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/src/features/MatchPage/styled.tsx b/src/features/MatchPage/styled.tsx index 8e73e154..c84b7506 100644 --- a/src/features/MatchPage/styled.tsx +++ b/src/features/MatchPage/styled.tsx @@ -27,7 +27,6 @@ export const Wrapper = styled.div` ` export const Container = styled.div` - //width: 100%; min-width: 83%; max-height: 896px; display: flex; diff --git a/src/features/MatchSidePlaylists/styled.tsx b/src/features/MatchSidePlaylists/styled.tsx index 647111c4..1a08388b 100644 --- a/src/features/MatchSidePlaylists/styled.tsx +++ b/src/features/MatchSidePlaylists/styled.tsx @@ -35,7 +35,6 @@ type TContainer = { } export const Container = styled.div` - //width: 320px; padding: 14px 10px 0 14px; height: 96%; max-height: calc(100vh - 130px);