File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ========== */
Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments