diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl index b77f28f92..ed3139835 100644 --- a/templates/repo/home.tmpl +++ b/templates/repo/home.tmpl @@ -110,13 +110,13 @@ {{if eq $n 0}}
{{template "repo/clone_buttons" .}} - +
{{end}} diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less index 840af1b51..104e85626 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; }