Skip to content

Commit 599e170

Browse files
committed
Live different than Local
Oddly, Live was showing different buffer sizes. I wonder if it's not downloading the font cause of the vpn. So seeing it with the alternate font.
1 parent 6bb5b54 commit 599e170

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/data-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
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
}

docs/js/procPages/ProcPage.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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');

docs/style/procPages/procPages_pageLayout.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333
grid-auto-flow: row;
334334
align-content: baseline;
335335
justify-self: baseline;
336-
grid-gap: 4px;
336+
grid-gap: 2px;
337337
margin-right: 2px;
338338
height: auto;
339339
max-width: var(--procPage-width);

0 commit comments

Comments
 (0)