feat(ott-2842): fixes

keep-around/e8070b489fabecf3d8169de7102ccf168f433c61
Rita 3 years ago
parent c8a1d5ccd7
commit e8070b489f
  1. 1
      src/features/MatchPage/styled.tsx
  2. 1
      src/features/MatchSidePlaylists/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;

@ -35,7 +35,6 @@ type TContainer = {
}
export const Container = styled.div<TContainer>`
//width: 320px;
padding: 14px 10px 0 14px;
height: 96%;
max-height: calc(100vh - 130px);

Loading…
Cancel
Save