import styled from 'styled-components'; export const ThumbnailsWrapper = styled.div` display: inline-flex; flex-direction: column; `; export const Body = styled.div` height: calc(100% - 60px); overflow: scroll; padding: 8px; text-align: center; position: relative; `;