Skip to content

Commit 1287b12

Browse files
committed
better sidebar rendering for loading state
1 parent d69f2b7 commit 1287b12

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/App.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,12 @@ export default class App extends React.Component<
248248
</Anchor>
249249
</Box>
250250
{!process.env.RAZZLE_ENABLE_MAILCHIMP_SIGNUP ? null : (
251-
<div className="sidebar">
252-
<Box gridArea="sidebar" pad="medium" width="medium">
251+
<div className="sidebar" style={{justifySelf: 'end'}}>
252+
<Box
253+
alignSelf="end"
254+
gridArea="sidebar"
255+
pad="medium"
256+
width="medium">
253257
<NewsletterSignup />
254258
</Box>
255259
</div>

0 commit comments

Comments
 (0)