|
|
|
@ -49,10 +49,6 @@ export const TournamentName = styled(Name)` |
|
|
|
text-overflow: ellipsis; |
|
|
|
text-overflow: ellipsis; |
|
|
|
margin-left: 7px; |
|
|
|
margin-left: 7px; |
|
|
|
white-space: nowrap; |
|
|
|
white-space: nowrap; |
|
|
|
|
|
|
|
|
|
|
|
@media (orientation: portrait) { |
|
|
|
|
|
|
|
max-width: 150px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
` |
|
|
|
` |
|
|
|
|
|
|
|
|
|
|
|
export const CountMatches = styled.span<{ color?: string }>` |
|
|
|
export const CountMatches = styled.span<{ color?: string }>` |
|
|
|
|