Skip to content

Commit 59be262

Browse files
authored
Website Update
1 parent a77a2a4 commit 59be262

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

docs/assets/css/style.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* ========== Modelized CSS ========== */
2-
31
/* Base */
42
:root {
53
--container: 1180px;
@@ -1448,5 +1446,3 @@ a {
14481446
transition: none !important;
14491447
}
14501448
}
1451-
1452-
/* ========== End ========== */

docs/assets/js/shell.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
const sheetContent = nav.querySelector('.sheet-content');
201201
if (rowRect && sheetContent){
202202
const sheetContentRect = sheetContent.getBoundingClientRect();
203-
const menuGap = Math.round(Math.min(Math.max(viewportHeight * 0.215, 138), 178));
203+
const menuGap = Math.round(Math.min(Math.max(viewportHeight * 0.2, 128), 166));
204204
const menuTop = Math.round(Math.max(72, rowRect.bottom + menuGap - sheetContentRect.top) - compositionLift);
205205
root.style.setProperty('--mobile-menu-top', `${menuTop}px`);
206206
}

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=20260325b" defer></script>
136+
<script src="assets/js/shell.js?v=20260408a" defer></script>
137137
</body>
138138
</html>

0 commit comments

Comments
 (0)