File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 121121 },
122122 "generatedBy" : {
123123 "script" : " renderStaticPages.mjs" ,
124- "timestamp" : " 2026-08-20T10:35:26.224Z " ,
124+ "timestamp" : " 2026-08-20T10:45:56.995Z " ,
125125 "isPartialUpdate" : true
126126 }
127127}
Original file line number Diff line number Diff line change @@ -744,6 +744,7 @@ export class ProcPage {
744744 let pageSectionList = document . createElement ( 'nav' ) ;
745745 pageSectionList . setAttribute ( 'role' , 'navigation' ) ;
746746 pageSectionList . setAttribute ( 'aria-label' , 'Page sections' ) ;
747+ pageSectionList . classList . add ( 'gitProjectsPageScrollbarStyle' ) ;
747748
748749 if ( this . layout == 'triple' ) {
749750 pageSectionList . classList . add ( 'procPageSectionList' ) ;
Original file line number Diff line number Diff line change 333333 grid-auto-flow : row;
334334 align-content : baseline;
335335 justify-self : baseline;
336- grid-gap : 4 px ;
336+ grid-gap : 2 px ;
337337 margin-right : 2px ;
338338 height : auto;
339339 max-width : var (--procPage-width );
You can’t perform that action at this time.
0 commit comments