@brillout/docpress 0.15.13-commit-5e3f8e9 → 0.15.13-commit-f0b224b
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/EditLink.tsx +2 -2
- package/Layout.tsx +1 -1
- package/package.json +1 -1
package/EditLink.tsx
CHANGED
package/Layout.tsx
CHANGED
|
@@ -161,7 +161,7 @@ function PageContent({ children }: { children: React.ReactNode }) {
|
|
|
161
161
|
{/* globalNote */}
|
|
162
162
|
{pageTitleParsed && !pageContext.resolved.pageDesign?.hideTitle && (
|
|
163
163
|
<div>
|
|
164
|
-
<EditLink className="show-only-on-desktop" style={{ float: 'right', marginTop:
|
|
164
|
+
<EditLink className="show-only-on-desktop" style={{ float: 'right', marginTop: 15 }} />
|
|
165
165
|
<h1 id={`${pageContext.urlPathname.replace('/', '')}`}>{pageTitleParsed}</h1>
|
|
166
166
|
</div>
|
|
167
167
|
)}
|