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

Configure Feed

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

css: scroll file content

+1
+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; 232 233 } 233 234 234 235 .commit-info {