summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/features/download-folder-button.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/download-folder-button.tsx b/source/features/download-folder-button.tsx
index 8bd8d4c0..d458586e 100644
--- a/source/features/download-folder-button.tsx
+++ b/source/features/download-folder-button.tsx
@@ -21,7 +21,7 @@ function init(): void {
);
} else {
// "Repository refresh" layout
- select('.file-navigation > .d-flex')!.append(
+ select('.file-navigation > .d-flex:last-child')!.append(
<a
className="btn ml-2"
href={downloadUrl.href}