mirror of
https://github.com/urbit/shrub.git
synced 2024-12-29 15:14:17 +03:00
publish: fix horizontal padding on small desktop
This commit is contained in:
parent
5c1ef28055
commit
0d72959d03
@ -37,6 +37,7 @@ export function PublishResource(props: PublishResourceProps) {
|
||||
location={props.location}
|
||||
hideAvatars={props.hideAvatars}
|
||||
hideNicknames={props.hideNicknames}
|
||||
remoteContentPolicy={props.remoteContentPolicy}
|
||||
/>
|
||||
</Box>
|
||||
);
|
||||
|
@ -72,6 +72,7 @@ export function Note(props: NoteProps & RouteComponentProps) {
|
||||
return (
|
||||
<Box
|
||||
my={3}
|
||||
px={3}
|
||||
display="grid"
|
||||
gridTemplateColumns="1fr"
|
||||
gridAutoRows="min-content"
|
||||
|
@ -86,6 +86,7 @@ export class Notebook extends PureComponent<
|
||||
<Box
|
||||
pt={4}
|
||||
mx="auto"
|
||||
px={3}
|
||||
display="grid"
|
||||
gridAutoRows="min-content"
|
||||
gridTemplateColumns={["100%", "1fr 1fr"]}
|
||||
|
Loading…
Reference in New Issue
Block a user