Skip to content

Commit 92e0b11

Browse files
committed
Update filebrowser.js
1 parent 7b60f06 commit 92e0b11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

filebrowser.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)