We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea8afaf commit f104b70Copy full SHA for f104b70
1 file changed
filebrowser.js
@@ -1678,9 +1678,16 @@ async function renderBranchMenuHTML(renderAll) {
1678
}
1679
1680
} else if (branch.classList.contains('see-more')) { // if clicked on show more button
1681
-
+
1682
// render branch menu
1683
renderBranchMenuHTML(true);
1684
1685
+ // if on mobile, reposition branch menu
1686
+ if (isMobile) {
1687
1688
+ moveElToEl(branchMenu, sidebarBranch, 13);
1689
1690
+ }
1691
1692
} else if (branch.classList.contains('new-branch')) { // if clicked on new branch button
1693
0 commit comments