Skip to content

Commit 0f09d4d

Browse files
authored
Website Update
1 parent 1e8a484 commit 0f09d4d

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

docs/assets/js/shell.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,7 @@
189189
if (!viewport) return;
190190
const { viewportHeight, viewportWidth, viewportBottom } = viewport;
191191

192-
const rowInline = Math.round(Math.min(Math.max(viewportWidth * 0.118, 50), 60));
193192
const menuInline = Math.round(Math.min(Math.max(viewportWidth * 0.084, 36), 46));
194-
root.style.setProperty('--mobile-row-inline', `${rowInline}px`);
195193
root.style.setProperty('--mobile-menu-inline', `${menuInline}px`);
196194

197195
const row = nav.querySelector('.row');

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=20260321m" defer></script>
136+
<script src="assets/js/shell.js?v=20260321n" defer></script>
137137
</body>
138138
</html>

0 commit comments

Comments
 (0)