|
|
|
|
@ -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; |
|
|
|
|
|
|
|
|
|
|