Skip to content

Commit 3bb421b

Browse files
authored
Website Update
1 parent 1042692 commit 3bb421b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/assets/js/shell.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
const rowRect = row.getBoundingClientRect();
199199
const sheetContentRect = sheetContent.getBoundingClientRect();
200200
const menuGap = Math.round(Math.min(Math.max(viewportHeight * 0.215, 138), 178));
201-
const menuDrop = 14;
201+
const menuDrop = 10;
202202
const menuTop = Math.round(Math.max(72, rowRect.bottom + menuGap - sheetContentRect.top) + menuDrop);
203203
root.style.setProperty('--mobile-menu-top', `${menuTop}px`);
204204
}
@@ -216,7 +216,7 @@
216216
const gapAbove = Math.round(Math.min(Math.max(viewportHeight * 0.024, 16), 20));
217217
const alignedTop = firstLinkRect.top - logoRect.height - gapAbove;
218218
const minLogoTop = Math.round(rowRect.top + 14);
219-
const logoDrop = 16;
219+
const logoDrop = 12;
220220
const targetTop = Math.max(alignedTop, minLogoTop) + logoDrop;
221221
const visualLeftInset = logoRect.width * (115 / 512);
222222
const shiftX = Math.round(firstLinkRect.left - (logoRect.left + visualLeftInset));

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,6 @@ <h2>Live Modules</h2>
133133

134134
<div id="footer-slot"></div>
135135

136-
<script src="assets/js/shell.js?v=20260323e" defer></script>
136+
<script src="assets/js/shell.js?v=20260325a" defer></script>
137137
</body>
138138
</html>

0 commit comments

Comments
 (0)