diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl
index b77f28f920..ed31398355 100644
--- a/templates/repo/home.tmpl
+++ b/templates/repo/home.tmpl
@@ -110,13 +110,13 @@
{{if eq $n 0}}
{{end}}
diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less
index 71a9cbcdd0..6042a75948 100644
--- a/web_src/less/_repository.less
+++ b/web_src/less/_repository.less
@@ -201,18 +201,25 @@
.clone.button {
font-size: 13px;
padding: 7.5px 5px;
-
- &:first-child {
- border-radius: var(--border-radius) 0 0 var(--border-radius);
- }
}
#repo-clone-https,
- #repo-clone-ssh,
- #clipboard-btn {
+ #repo-clone-ssh {
border-right: none;
}
+ #download-btn {
+ border-left: none;
+ }
+
+ button:first-of-type {
+ border-radius: var(--border-radius) 0 0 var(--border-radius) !important;
+ }
+
+ button:last-of-type {
+ border-radius: 0 var(--border-radius) var(--border-radius) 0 !important;
+ }
+
.icon.button {
padding: 0 10px;
}