mirror of
https://github.com/calli-eve/eve-pi.git
synced 2026-02-16 20:49:50 +01:00
pack planet cards more compactly
This commit is contained in:
@@ -11,14 +11,8 @@ const StackItem = styled(Stack)(({ theme }) => ({
|
||||
|
||||
export const NoPlanetCard = ({}: {}) => {
|
||||
return (
|
||||
<StackItem alignItems="flex-start" className="poop" height="100%">
|
||||
<Image
|
||||
src={`/noplanet.png`}
|
||||
alt=""
|
||||
width={120}
|
||||
height={120}
|
||||
style={{ marginBottom: "0.2rem" }}
|
||||
/>
|
||||
<StackItem alignItems="flex-start" height="100%">
|
||||
<Image src={`/noplanet.png`} alt="" width={120} height={120} />
|
||||
<Image
|
||||
width={64}
|
||||
height={64}
|
||||
|
||||
Reference in New Issue
Block a user