mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 08:34:25 +03:00
launch: fixes tile padding
fixes https://github.com/urbit/landscape/issues/129
This commit is contained in:
parent
e279b08049
commit
edc6896c40
@ -35,7 +35,7 @@ export default class LaunchApp extends React.Component {
|
|||||||
<Box height='100%' overflowY='scroll'>
|
<Box height='100%' overflowY='scroll'>
|
||||||
<Welcome firstTime={props.launch.firstTime} api={props.api} />
|
<Welcome firstTime={props.launch.firstTime} api={props.api} />
|
||||||
<Box
|
<Box
|
||||||
ml='2'
|
mx='2'
|
||||||
display='grid'
|
display='grid'
|
||||||
gridTemplateColumns='repeat(auto-fill, minmax(128px, 1fr))'
|
gridTemplateColumns='repeat(auto-fill, minmax(128px, 1fr))'
|
||||||
gridGap={3}
|
gridGap={3}
|
||||||
|
Loading…
Reference in New Issue
Block a user