@apify/docs-theme 1.0.22 → 1.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -44,8 +44,8 @@ function ChangelogPageDesktop({ changelog, toc }) {
|
|
|
44
44
|
description={siteConfig.tagline}
|
|
45
45
|
>
|
|
46
46
|
<div className='docPage docMainContainer' style={{ margin: 'auto' }}>
|
|
47
|
-
<div className="row" style={{ flexWrap: 'nowrap' }}>
|
|
48
|
-
<div style={{ flexDirection: 'column' }} className='theme-doc-markdown markdown col--9'>
|
|
47
|
+
<div className="row" style={{ flexWrap: 'nowrap', margin: '10px' }}>
|
|
48
|
+
<div style={{ flexDirection: 'column', flex: 3 }} className='theme-doc-markdown markdown col--9'>
|
|
49
49
|
<ReactMarkdown
|
|
50
50
|
remarkPlugins={[remarkSlug]}
|
|
51
51
|
rehypePlugins={[
|
|
@@ -59,7 +59,7 @@ function ChangelogPageDesktop({ changelog, toc }) {
|
|
|
59
59
|
{changelog}
|
|
60
60
|
</ReactMarkdown>
|
|
61
61
|
</div>
|
|
62
|
-
<div className="col--3">
|
|
62
|
+
<div style={{ flex: 1 }} className="col--3">
|
|
63
63
|
<TOC
|
|
64
64
|
{...{
|
|
65
65
|
toc,
|
|
@@ -81,7 +81,7 @@ function ChangelogPageMobile({ changelog, toc }) {
|
|
|
81
81
|
title={`Changelog · ${siteConfig.tagline}`}
|
|
82
82
|
description={siteConfig.tagline}
|
|
83
83
|
>
|
|
84
|
-
<div className='col apiItemCol'
|
|
84
|
+
<div className='col apiItemCol' >
|
|
85
85
|
<TOCCollapsible
|
|
86
86
|
{...{
|
|
87
87
|
toc,
|