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