avoid re-layout from header bar when login loads in
This commit is contained in:
parent
0a6a9121f0
commit
9d6ec247cf
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ function PageLayout({ children, hideHomeLink }) {
|
||||||
alignItems="center"
|
alignItems="center"
|
||||||
flexWrap="wrap"
|
flexWrap="wrap"
|
||||||
marginBottom="6"
|
marginBottom="6"
|
||||||
|
// Leave space while content is still loading
|
||||||
|
minHeight="2rem"
|
||||||
>
|
>
|
||||||
{!hideHomeLink && <HomeLink />}
|
{!hideHomeLink && <HomeLink />}
|
||||||
<UserLoginLogout marginLeft="auto" />
|
<UserLoginLogout marginLeft="auto" />
|
||||||
|
|
Loading…
Reference in a new issue