refactor(874): style fixes (#314)

keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Mirlan 5 years ago committed by GitHub
parent aa0179cb26
commit 3ecbd9020f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/features/MatchPage/styled.tsx
  2. 8
      src/features/MatchSidePlaylists/styled.tsx
  3. 2
      src/features/ProfileHeader/styled.tsx

@ -3,7 +3,7 @@ import styled from 'styled-components/macro'
import { devices } from 'config/devices'
export const MainWrapper = styled.div`
margin: 63px 0px 0 16px;
margin: 63px 0px 0 22px;
display: flex;
@media ${devices.laptop} {

@ -4,8 +4,8 @@ import { customScrollbar } from 'features/Common'
import { buttonStyles } from 'features/MatchPopup/components/PlaylistButton'
export const Wrapper = styled.div`
margin-top: 42px;
max-height: 86vh;
margin-top: 42px;
max-height: calc(100vh - 170px);
overflow-y: scroll;
${customScrollbar}
`
@ -13,7 +13,7 @@ export const Wrapper = styled.div`
export const Container = styled.div`
width: 288px;
margin-left: 14px;
margin-right: 14px;
margin-right: 10px;
`
export const DropdownWrapper = styled.div`
@ -28,7 +28,7 @@ type ButtonProps = {
export const Button = styled.button<ButtonProps>`
${buttonStyles}
min-height: 50px;
outline: none;

@ -6,7 +6,7 @@ export const HeaderStyled = styled.header`
display: flex;
justify-content: space-between;
height: 64px;
padding: 16px 29px 0 16px;
padding: 16px 29px 0 22px;
margin-bottom: 30px;
@media ${devices.laptop} {

Loading…
Cancel
Save