export const ArrowBlock = styled.span` display: none; flex: 0 0 auto; @media(display-mode: standalone){ display: inline-block; margin-top: 3px; } `