aboutsummaryrefslogtreecommitdiff
path: root/templates/_group_view.tmpl
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-10 23:47:01 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-10 23:47:01 +0800
commit37d06318440f4db057e3d3b4739c774fa0e7f110 (patch)
treedc21a4d20c0d65f0061df0da0c1cc674ba997d09 /templates/_group_view.tmpl
parentcss: Make --danger-color actually red (diff)
downloadforge-37d06318440f4db057e3d3b4739c774fa0e7f110.tar.gz
forge-37d06318440f4db057e3d3b4739c774fa0e7f110.tar.zst
forge-37d06318440f4db057e3d3b4739c774fa0e7f110.zip
css, html: Rounded corners
Diffstat (limited to 'templates/_group_view.tmpl')
-rw-r--r--templates/_group_view.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/_group_view.tmpl b/templates/_group_view.tmpl
index dbfbe07..08ed963 100644
--- a/templates/_group_view.tmpl
+++ b/templates/_group_view.tmpl
@@ -4,7 +4,7 @@
*/}}
{{- define "group_view" -}}
{{- if .subgroups -}}
- <table class="wide">
+ <table class="wide rounded">
<thead>
<tr>
<th colspan="2" class="title-row">Subgroups</th>
@@ -29,7 +29,7 @@
</table>
{{- end -}}
{{- if .repos -}}
-<table class="wide">
+<table class="wide rounded">
<thead>
<tr>
<th colspan="2" class="title-row">Repos</th>