- {{if eq $n 0}}
- {{if .Repository.IsTemplate}}
-
- {{end}}
- {{end}}
{{if eq $n 0}}
diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less
index 3b93a76a1..2c47135a2 100644
--- a/web_src/less/_repository.less
+++ b/web_src/less/_repository.less
@@ -2876,7 +2876,7 @@
}
.repo-button-row > * {
- margin-top: 10px;
+ margin-top: 8px;
}
.wiki .repo-button-row {
diff --git a/web_src/less/helpers.less b/web_src/less/helpers.less
index baa595994..08589fdaa 100644
--- a/web_src/less/helpers.less
+++ b/web_src/less/helpers.less
@@ -172,6 +172,27 @@
.gt-py-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.gt-py-5 { padding-top: 2rem !important; padding-bottom: 2rem !important; }
+.gt-gap-0 { gap: 0 !important; }
+.gt-gap-1 { gap: .125rem !important; }
+.gt-gap-2 { gap: .25rem !important; }
+.gt-gap-3 { gap: .5rem !important; }
+.gt-gap-4 { gap: 1rem !important; }
+.gt-gap-5 { gap: 2rem !important; }
+
+.gt-gap-x-0 { column-gap: 0 !important; }
+.gt-gap-x-1 { column-gap: .125rem !important; }
+.gt-gap-x-2 { column-gap: .25rem !important; }
+.gt-gap-x-3 { column-gap: .5rem !important; }
+.gt-gap-x-4 { column-gap: 1rem !important; }
+.gt-gap-x-5 { column-gap: 2rem !important; }
+
+.gt-gap-y-0 { row-gap: 0 !important; }
+.gt-gap-y-1 { row-gap: .125rem !important; }
+.gt-gap-y-2 { row-gap: .25rem !important; }
+.gt-gap-y-3 { row-gap: .5rem !important; }
+.gt-gap-y-4 { row-gap: 1rem !important; }
+.gt-gap-y-5 { row-gap: 2rem !important; }
+
.gt-content-center { align-content: center !important; }
@media @mediaSm {