File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1845,7 +1845,7 @@ async function renderBranchMenuHTML(renderAll) {
18451845 if ( isMobile ) {
18461846
18471847 onNextFrame ( ( ) => {
1848- moveElToEl ( branchMenu , sidebarBranch , 13 , { top : - 32 } ) ;
1848+ moveElToEl ( branchMenu , sidebarBranch , 13 , { top : - 16 } ) ;
18491849 } ) ;
18501850
18511851 }
@@ -2068,12 +2068,12 @@ sidebarBranch.addEventListener('click', () => {
20682068 if ( ! isSafari ) {
20692069
20702070 // move branch menu to icon
2071- moveElToEl ( branchMenu , sidebarBranch , 13 , { top : - 32 } ) ;
2071+ moveElToEl ( branchMenu , sidebarBranch , 13 , { top : - 16 } ) ;
20722072
20732073 } else {
20742074
20752075 // move branch menu to icon
2076- moveElToEl ( branchMenu , sidebarBranch , 23 , { top : - 32 } ) ;
2076+ moveElToEl ( branchMenu , sidebarBranch , 23 , { top : - 16 } ) ;
20772077
20782078 }
20792079
You can’t perform that action at this time.
0 commit comments