Show extra build loading skeleton

Change to the layout made it so that three often looks weird.
This commit is contained in:
Kalle (Sendou) 2021-05-05 17:32:26 +03:00
parent 3672ef903e
commit bde800603a

View File

@ -26,6 +26,14 @@ const BuildsSkeleton = () => (
p="20px"
m={2}
/>
<Skeleton
w="300px"
height="500px"
rounded="lg"
boxShadow="md"
p="20px"
m={2}
/>
</Flex>
);