fix: add toc to mobile views and account for branding on shared view layouts (#2997)
* fix: add toc to mobile views and center the branding * add padding to bottom of sidebar * put the mobile branding inline * finesse the padding * make spelling of sign-in email less crazy looking * move mobile sidebar button into header * adds scene to search and 404 pages * fix title alignment * make filter buttons tight * clean up unused imports * lint Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
@@ -27,8 +27,8 @@ export const SigninEmail = ({ token, teamUrl }: Props) => {
|
||||
<Header />
|
||||
|
||||
<Body>
|
||||
<Heading>Magic signin link</Heading>
|
||||
<p>Click the button below to signin to Outline.</p>
|
||||
<Heading>Magic Sign-in Link</Heading>
|
||||
<p>Click the button below to sign in to Outline.</p>
|
||||
<EmptySpace height={10} />
|
||||
<p>
|
||||
<Button
|
||||
@@ -40,7 +40,7 @@ export const SigninEmail = ({ token, teamUrl }: Props) => {
|
||||
<EmptySpace height={10} />
|
||||
<p>
|
||||
If your magic link expired you can request a new one from your team’s
|
||||
signin page at: <a href={teamUrl}>{teamUrl}</a>
|
||||
sign-in page at: <a href={teamUrl}>{teamUrl}</a>
|
||||
</p>
|
||||
</Body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user