File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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' ) ;
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=20260321m " defer > </ script >
136+ < script src ="assets/js/shell.js?v=20260321n " defer > </ script >
137137</ body >
138138</ html >
You can’t perform that action at this time.
0 commit comments