~edwargix/git.sr.ht

fed60c0086354cc844a4f9fcc688cd1fa006eea8 — Drew DeVault 6 years ago b26170a
Add padding between commit summary and diff
1 files changed, 1 insertions(+), 0 deletions(-)

M gitsrht/templates/commit.html
M gitsrht/templates/commit.html => gitsrht/templates/commit.html +1 -0
@@ 27,6 27,7 @@
        <div class="event">
          <pre>{{diffstat(diff)}}</pre>
        </div>
        <div style="margin-bottom: 3rem"></div>
        {# God, working with <pre> tags is such a fucking mess #}
        {% for patch in diff %}
        <pre style="margin-bottom: 0;"