Writes get robots, refactors row to be reusable, adds loading progress logic

This commit is contained in:
Alicia Sykes
2023-06-22 15:24:14 +01:00
parent 2a7a5fa0f9
commit 6062473efc
14 changed files with 335 additions and 136 deletions

View File

@@ -6,7 +6,11 @@ import Heading from 'components/Form/Heading';
const Outer = styled(Card)`
overflow: auto;
max-height: 20rem;
max-height: 28rem;
img {
border-radius: 6px;
width: 100%;
}
`;
const ScreenshotCard = (props: { screenshot: string }): JSX.Element => {