File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 99
1010<style >
1111:root {
12- --body-grid-template-columns : minmax (0 , 1fr ) var (--aside-width );
13- --aside-grid-column : 2 ;
12+ --body-grid-template-columns : minmax (0 , 1fr ) var (--main-menu-width );
13+ --body-grid-template-columns-xl : minmax (0 , 1fr ) var (--main-menu-width ) var (--page-menu-width );
14+ --main-menu-grid-column : 2 ;
1415 --main-grid-column : 1 ;
1516}
1617</style >
@@ -19,8 +20,9 @@ The sidebar can be moved to the right by overwriting the following CSS variables
1920
2021``` css
2122:root {
22- --body-grid-template-columns : minmax (0 , 1fr ) var (--aside-width );
23- --aside-grid-column : 2 ;
23+ --body-grid-template-columns : minmax (0 , 1fr ) var (--main-menu-width );
24+ --body-grid-template-columns-xl : minmax (0 , 1fr ) var (--main-menu-width ) var (--page-menu-width );
25+ --main-menu-grid-column : 2 ;
2426 --main-grid-column : 1 ;
2527}
2628```
You can’t perform that action at this time.
0 commit comments