aboutsummaryrefslogtreecommitdiff
path: root/templates/repo_commit.html.tmpl
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-11 19:53:50 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-11 19:53:50 +0800
commit705274a92b34fd1ee7387ba217006cff7ff73be1 (patch)
tree1dbf942d9ea7ff62981c2f49556a955c5267bf77 /templates/repo_commit.html.tmpl
parentrepo_{index,tree_dir}.html, style.css: No inner margins on README td's (diff)
downloadforge-705274a92b34fd1ee7387ba217006cff7ff73be1.tar.gz
forge-705274a92b34fd1ee7387ba217006cff7ff73be1.tar.zst
forge-705274a92b34fd1ee7387ba217006cff7ff73be1.zip
style.css, *.html: Scrolling behavior
Diffstat (limited to 'templates/repo_commit.html.tmpl')
-rw-r--r--templates/repo_commit.html.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/repo_commit.html.tmpl b/templates/repo_commit.html.tmpl
index 3deec3d..c480c92 100644
--- a/templates/repo_commit.html.tmpl
+++ b/templates/repo_commit.html.tmpl
@@ -6,7 +6,7 @@
<title>{{ .group_name }}/repos/{{ .repo_name }} &ndash; Lindenii Forge</title>
</head>
<body class="repo-commit">
- <div class="padding-wrapper">
+ <div class="padding-wrapper scroll">
<table id="commit-info-table">
<thead>
<tr class="title-row">
@@ -40,6 +40,8 @@
</tr>
</tbody>
</table>
+ </div>
+ <div class="padding-wrapper scroll">
<pre>{{ .patch }}</pre>
<p>
</p>