web frontend for git (tangled's grandpa)
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

file: separate content and line numbers

+6 -2
+5 -1
static/style.css
··· 229 229 flex-direction: row; 230 230 grid-template-columns: 1rem minmax(0, 1fr); 231 231 gap: 1rem; 232 - overflow: scroll; 233 232 padding: 0.5rem; 234 233 background: var(--light-gray); 234 + } 235 + 236 + .file-content { 237 + background: var(--light-gray); 238 + overflow: scroll; 235 239 } 236 240 237 241 .commit-info {
+1 -1
templates/file.html
··· 14 14 <a id="L{{ . }}" href="#L{{ . }}">{{ . }}</a> 15 15 {{- end -}} 16 16 </div> 17 - <div> 17 + <div class="file-content"> 18 18 <span></span> 19 19 <pre> 20 20 {{- .content -}}