Commit 52c99e8

Eric Bower  ·  2024-07-06 23:02:55 -0400 EDT
parent b8c31b6
style: pr item spacing
1 files changed,  +1, -1
M tmpl/pr-list-item.html
+1, -1
1@@ -1,6 +1,6 @@
2 {{define "pr-list-item"}}
3 <div>
4-  <div style="margin-bottom: 0.15rem;">
5+  <div style="margin-bottom: 0.3rem;">
6     <a href="{{.Url}}">{{.Text}}</a>
7     {{template "pr-status" .Status}}
8   </div>