mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
adjust layout
This commit is contained in:
parent
869ab8a56a
commit
fc6d046173
@ -44,12 +44,13 @@ export const defaultContentPageLayout: PageLayout = {
|
||||
},
|
||||
}
|
||||
)),
|
||||
// Component.DesktopOnly(Component.TableOfContents()),
|
||||
Component.DesktopOnly(Component.TableOfContents()),
|
||||
// Component.RecentNotes(),
|
||||
],
|
||||
right: [
|
||||
Component.Graph(),
|
||||
Component.DesktopOnly(Component.TableOfContents()),
|
||||
// Component.DesktopOnly(Component.Backlinks()),
|
||||
// Component.MobileOnly(Component.Backlinks()),
|
||||
Component.Backlinks(),
|
||||
],
|
||||
}
|
||||
|
||||
@ -7,9 +7,5 @@
|
||||
}
|
||||
|
||||
.graph {
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
|
||||
.backlinks {
|
||||
top: -5rem;
|
||||
padding-bottom: 3rem;
|
||||
}
|
||||
|
||||
@ -2,5 +2,5 @@ $pageWidth: 750px;
|
||||
$mobileBreakpoint: 600px;
|
||||
$tabletBreakpoint: 1200px;
|
||||
$sidePanelWidth: 380px;
|
||||
$topSpacing: 2rem; // 6rem
|
||||
$topSpacing: 4rem; // 6rem
|
||||
$fullPageWidth: $pageWidth + 2 * $sidePanelWidth;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user