@papernote/ui 1.8.2 → 1.8.3
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/dist/index.esm.js +37 -45
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +37 -45
- package/dist/index.js.map +1 -1
- package/dist/styles.css +4 -0
- package/package.json +1 -1
- package/src/components/Layout.tsx +1 -1
package/dist/styles.css
CHANGED
package/package.json
CHANGED
|
@@ -92,7 +92,7 @@ export const Layout: React.FC<LayoutProps> = ({
|
|
|
92
92
|
{sidebar}
|
|
93
93
|
|
|
94
94
|
{/* Gutter area - between sidebar and content with page navigation */}
|
|
95
|
-
<div className="w-8 h-full bg-paper-100 flex-shrink-0 relative flex items-
|
|
95
|
+
<div className="w-8 h-full bg-paper-100 flex-shrink-0 relative z-10 flex items-start justify-center pt-32">
|
|
96
96
|
<PageNavigation sections={sections} />
|
|
97
97
|
</div>
|
|
98
98
|
|